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(
  long lIteration
);
[C++]

Parameters

lIteration [out, retval]   lIteration is a parameter of type long lIteration [in]   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