This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoLinearDispatch Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the Linear Dispatch schematic algorithm.
The Linear Dispatch algorithm separates schematic nodes that almost overlap in a schematic diagram. It moves these schematic nodes linearly along their connected schematic links.
Description | ||
---|---|---|
AbsoluteParameters | Indicates if the values set for the distance parameters must be interpreted as absolute units. | |
AlgorithmCLSID | The CLSID of the algorithm. | |
AttractionFactor | Factor used to quickly increase the schematic nodes displacement for nodes that are very close. | |
Available | Indicates if the algorithm is currently available. | |
Enabled | Indicates if the algorithm is currently enabled. | |
Execute | Execute the schematic algorithm. | |
Label | The label of the algorithm. | |
LeaveMaximalShift | Maximum distance the leave nodes must be spaced from the nodes that they connect when they are authorized to be moved during the algorithm execution. | |
MaximalShift | Maximum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution. When this distance is reached, nodes are not moved anymore. Must be set only when the NodesMovement type is esriSchematicIterativeDistance. | |
MinimalShift | Minimum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution. Must be set only when the NodesMovement type is esriSchematicUserDefineDistance. | |
MoveNodeDeg1 | Indicates if the leave nodes (that is, the node with degree 1) can be moved during the algorithm execution. | |
NodesMovements | Node placement option for the layout. | |
NotMoveNodeDeg3 | Indicates if the nodes with degree 3 can not be moved during the algorithm execution. | |
NumberOfIterations | 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. | |
Overridable | Indicates if the algorithm properties page is editable from ArcMap; that is, enabling the Layout Properties button in ArcMap. | |
PathPreservation | Indicates if the path for the incident links related to the moved nodes is preserved during the algorithm execution. | |
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. | |
TranslateLeaf | Indicates if the leaf connected to the path must be moved. | |
UseEndNode | Indicates if the algorithm use end nodes. | |
UseRootNode | Indicates if the algorithm use root nodes. |
Interfaces | Description |
---|---|
ISchematicAlgorithm | Provides access to members that control the schematic algorithm. |
CoClasses and Classes | Description |
---|---|
SchematicAlgoLinearDispatch | Linear Dispatch schematic algorithm object. |