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


ISchematicAlgoPartialOverlappingLinks.NumberOfIterations Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks.NumberOfIterations Property

Number of Partial Overlapping Links schematic algorithm iterations executed before the final result is shown.

[Visual Basic .NET]
Public Property NumberOfIterations As Integer
[C#]
public int NumberOfIterations {get; set;}
[C++]
HRESULT get_NumberOfIterations(
  long* 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

ISchematicAlgoPartialOverlappingLinks Interface