This document is archived and information here might be outdated.  Recommended version.


ISchematicAlgoReduceVertices.Iteration Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAlgoReduceVertices.Iteration Property

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(
  System.Int32* lIteration
);
[C++]

Parameters lIteration [in]
lIteration is a parameter of type long lIteration [out, retval]
lIteration is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgoReduceVertices Interface