This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoReduceVertices Interface > ISchematicAlgoReduceVertices.Iteration Property (ArcObjects .NET 10.4 SDK) |
Number of Reduce Vertices algorithm iterations that will be executed before the final result is shown.
[Visual Basic .NET] Public Property Iteration As Integer
[C#] public int Iteration {get; set;}
[C++]
HRESULT get_Iteration(
long* lIteration
);
[C++]
HRESULT put_Iteration(
long lIteration
);
[C++]
Parameters lIteration [out, retval] lIteration is a parameter of type long lIteration [in] lIteration is a parameter of type long