A new iteration step event argument.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public IterationStepEventArgs(
int pointsInserted,
int currentIterationStep
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
pointsInserted As Integer, _
currentIterationStep As Integer _
) |
| Visual C++ |
|---|
public:
IterationStepEventArgs(
int pointsInserted,
int currentIterationStep
) |
Parameters
- pointsInserted
- Type: System..::.Int32
The number of points inserted in the last iteration step.
- currentIterationStep
- Type: System..::.Int32
The number of the iteration step.
See Also