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