GetNumPoints Method (Line Object)

Scope: Schematic editor

Object: Line Object

Prerequisites: None

Returns the number of points in the line.

Usage

Line.GetNumPoints() As Long

Arguments

None

Return Values

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.