o Sub Remove( | long | iIndex) |
-
Removes a drawing leader from the DrawingLeaders collection.
- Parameters:
-
- iIndex
- The index of the drawing leader to remove from
the collection of drawing leaders.
As a numerics, this index is the rank of the drawing leader
in the collection.
The index of the first drawing leader in the collection is 1, and
the index of the last drawing leader is Count.
- Example:
-
The following example removes the third drawing leader
in the drawing leader 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.DrawingLeaders.Remove(3)
Copyright © 2003, Dassault Systèmes. All rights reserved.