The zero based point index at the start of the line segment in the poyline closest to the given point
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property PointIndex As Integer Get Set |
C# |
---|
public int PointIndex { get; set; } |
Visual C++ |
---|
public: property int PointIndex { int get (); void set (int value); } |
JavaScript |
---|
function get_pointIndex(); function set_pointIndex(value); |
Remarks
A polyline of N points has (N-1) line segments. PointIndex will be between 0 to (N-2) inclusive.