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