Gets the number of point that have been inserted in the current iteration step.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
C# |
---|
public int NumberOfPointsInserted { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property NumberOfPointsInserted As Integer |
Visual C++ |
---|
public:
property int NumberOfPointsInserted {
int get ();
} |
Field Value
The number of points inserted in the current iteration step.
See Also