Gets the number of 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 CurrentIterationStep { get; }
Visual Basic (Declaration)
Public ReadOnly Property CurrentIterationStep As Integer
Visual C++
public:
property int CurrentIterationStep {
	int get ();
}

Field Value

The number of the current iteration step.

See Also