IMcGraphObjPoly2LastTargetIndex Property
|
|
The Index or InsertionIndex argument for the last call to
RemovePoint or InsertPoint, respectively.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxReadOnly Property LastTargetIndex As Integer
Get
Property Value
Type:
Int32
RemarksThis property can be accessed during an ObjectPropertyChanged
notification with ID ID_IMcGraphObjPoly_RemovePoint or
ID_IMcGraphObjPoly2_InsertPoint to determine which vertex of the polyline was
removed or inserted.
See Also