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


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

ISchematicAlgoLinearDispatch.NumberOfIterations Property

Number of Linear Dispatch algorithm iterations that will be executed before the final result is shown. Must be set only when the NodesMovement type is esriSchematicIterativeDistance.

[Visual Basic .NET]
Public Property NumberOfIterations As Integer
[C#]
public int NumberOfIterations {get; set;}
[C++]
HRESULT get_NumberOfIterations(
  System.Int32* pVal
);
[C++]
HRESULT put_NumberOfIterations(
  long pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type long* pVal [in]
pVal is a parameter of type long

Product Availability

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

See Also

ISchematicAlgoLinearDispatch Interface