This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Radial Tree schematic algorithm.
Name | Description | |
---|---|---|
AbsoluteParameters | Indicates if the values set for the Initial radius must be interpreted as absolute units. | |
AlgorithmCLSID | The CLSID of the algorithm. | |
Available | Indicates if the algorithm is currently available. | |
Enabled | Indicates if the algorithm is currently enabled. | |
Execute | Execute the schematic algorithm. | |
InitialRadius | Radius of the first concentric circle which center is the Radial Tree root node. | |
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. | |
RadiusFactor | Multiplicative factor used to increase or decrease the radius of each concentric circle corresponding to a hierarchical level. | |
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. |
Classes | Description |
---|---|
SchematicAlgoRadialTree | Radial Tree schematic algorithm object. |