Gets the number of the current iteration step.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.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 (); } |