This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Reduce Vertices schematic algorithm.
Name | Description | |
---|---|---|
AlgorithmCLSID | The CLSID of the algorithm. | |
AngleThreshold | Angle formed by the incident segments over which a vertex related to these segments is reduced. | |
Available | Indicates if the algorithm is currently available. | |
Enabled | Indicates if the algorithm is currently enabled. | |
Execute | Execute the schematic algorithm. | |
Iteration | Number of Reduce Vertices algorithm iterations that will be executed before the final result is shown. | |
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. | |
SegmentRatio | The algorithm detects the longest segment of a link and computes ratios between each segment length and this longest segment. If the computed ratio is lower than the specified Segment ratio, the vertex at the origin of the segment is removed. | |
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 |
---|---|
SchematicAlgoReduceVertices | Reduce Vertices schematic algorithm object. |