Click or drag to resize

IMcGraphObjPolyPointCount Property

Returns the number of points defining this polyline object.

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 PointCount As Integer
	Get

Property Value

Type: Int32
Remarks
This is equivalent to McGraphObj.GetPoints(mcgwpAllPoints).
See Also