o Sub Remove( | long | iIndex) |
-
Removes a drawing welding from the drawing weldings collection.
- Parameters:
-
- iIndex
- The index of the drawing welding to remove from
the collection of drawing weldings.
As a numerics, this index is the rank of the drawing text
in the collection.
The index of the first drawing welding in the collection is 1, and
the index of the last drawing welding is Count.
- Example:
-
The following example removes the third drawing welding
from the drawing welding collection of the active view
of the active document, supposed to be a drawing document.
Dim MyView As DrawingView
Set MyView = MySheet.Views.ActiveView
MyView.Drawing.Remove(3)
Copyright © 2006, Dassault Systèmes. All rights reserved.