This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Spatial Dispatch schematic algorithm (named Separate Nodes algorithm in Schematics 2.3).
The Spatial Dispatch algorithm separates schematic nodes whose current positions almost overlap in a schematic diagram.
Name | Description | |
---|---|---|
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. | |
MaxShiftFactor | Maximum displacement between two moved nodes. Default value used by the algorithm, when the coefficient computed from the attraction factor value is upper than it. | |
MinShiftFactor | Minimum displacement between two moved nodes. Default value used by the algorithm, when the coefficient computed from the attraction factor value is lower than it. | |
MoveNeighbours | Indicates if the Spatial Dispatch schematic algorithm can move the neighbour nodes of the currently selected nodes if needed. | |
NumberOfIterations | Number of Spatial Dispatch schematic algorithm iterations executed before the final result is shown. | |
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. | |
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 |
---|---|
SchematicAlgoSpatialDispatch | Spatial Dispatch schematic algorithm object. |