Click or drag to resize

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
Syntax
VB
ReadOnly Property LastTargetIndex As Integer
	Get

Property Value

Type: Int32
Remarks
This 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