Scope: Schematic editor
Object: Line Object
Prerequisites: None
Returns the number of points in the line.
Line.GetNumPoints() As Long
None
This method returns the number of points on the line.
As Long. Because, Xpedition Designer lines may be polygons (more than 2 points), the return value denotes the number of points in the line.