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


ISchematicAlgoReduceVertices.Iteration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoReduceVertices Interface > ISchematicAlgoReduceVertices.Iteration Property
ArcGIS Developer Help

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