ArcObjects Library Reference (Schematic)  

ISchematicAlgoLinearDispatch Interface

Provides access to members that control the Linear Dispatch schematic algorithm.

Product Availability

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

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 AttractionFactor Factor used to quickly increase the schematic nodes displacement for nodes that are very close.
Read/write property Available Indicates if the algorithm is currently available.
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 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.
Read/write property 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.
Read/write property 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.
Read/write property MoveNodeDeg1 Indicates if the leave nodes (that is, the node with degree 1) can be moved during the algorithm execution.
Read/write property NodesMovements Node placement option for the layout.
Read/write property NotMoveNodeDeg3 Indicates if the nodes with degree 3 can not be moved during the algorithm execution.
Read/write property 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.
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 PathPreservation Indicates if the path for the incident links related to the moved nodes is preserved during the algorithm execution.
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 TranslateLeaf Indicates if the leaf connected to the path must be moved.
Read-only property UseEndNode Indicates if the algorithm use end nodes.
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 ISchematicAlgoLinearDispatch

CoClasses and Classes Description
SchematicAlgoLinearDispatch Linear Dispatch schematic algorithm object.