Gets the maximum number of points to be inserted.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public int MaxIndex { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaxIndex As Integer
Visual C++
public:
property int MaxIndex {
	int get ();
}

Field Value

The maximum number of point to be inserted.

See Also