ArcObjects Library Reference (Schematic)  

ISchematicAlgoSeparateOverlappingLinks Interface

Provides access to members that control the Separate Overlapping Links schematic algorithm.

Product Availability

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

Description

The Separate Overlapping Links algorithm operates on schematic links that connect to the same origin and extremity schematic nodes. It's mainly used to separate links that are completely overlapping. It can also be applied to lay out links that connect the same origin and extremity nodes so they become parallel to one of those link paths.

Members

Description
Read/write property AbsoluteParameters Indicates if the values set for the distance parameters must be interpreted as absolute units.
Read-only property AlgorithmCLSID The CLSID of the algorithm.
Read/write property Available Indicates if the algorithm is currently available.
Read/write property BreakPointDistance Distance between the extremity nodes of the links and the break points that will be inserted on the links that are overlapping.
Read-only property Enabled Indicates if the algorithm is currently enabled.
Method Execute Execute the schematic algorithm.
Read/write property Label The label of the algorithm.
Read/write property Overridable Indicates if the algorithm properties page is editable from ArcMap; that is, enabling the Layout Properties button in ArcMap.
Read/write property PropertySet The property set of the algorithm contains a collection of its parameters and their values.
Read/write property SchematicDiagramClassName The diagram class object used to initialize the algorithm.
Read/write property ShiftBetweenLinks Distance between the links that are overlapping so that they are separated.
Read/write property Step Threshold value beyond which two link points are said to be non overlapping.
Read-only property UseEndNode Indicates if the algorithm use end nodes.
Read/write property UseOriginLinks Indicates if the algorithm only processes the links parallel to the selected one. Only one link should be selected.
Read-only property UseRootNode Indicates if the algorithm use root nodes.

Inherited Interfaces

Interfaces Description
ISchematicAlgorithm Provides access to members that control the schematic algorithm.

CoClasses that implement ISchematicAlgoSeparateOverlappingLinks

CoClasses and Classes Description
SchematicAlgoSeparateOverlappingLinks Separate Overlapping Links schematic algorithm object.