Gets the index of the point being inserted.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
C# |
---|
public int Index { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Index As Integer |
Visual C++ |
---|
public: property int Index { int get (); } |