ArcObjects Library Reference (Schematic)  

ISchematicNodeReductionRuleByPriority Interface

Provides access to members that manage the generic Schematic Node Reduction By Priority rule.

Product Availability

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

Members

Description
Read/write property ActivePriority Indicates if the element class priority is activated.
Read/write property ElementClassPrioritiesToReduceAlways List of the element class names the Schematic Node Reduction By Priority rule must always reduce ordered by their decreasing priority.
Read/write property ExtendedCriteriaName Name of the extended criteria.
Read/write property ExtendedCriteriaUsed Indicates if additional extended criteria is used.
Read/write property NodeDegreeConstraint Indicates if the degree of the nodes is a constraint for the Schematic Node Reduction By Priority rule.
Read/write property OrderedElementClassPriorities List of the element class names ordered by their decreasing priority for the Schematic Node Reduction By Priority rule.
Read/write property ReduceIfOnlyTwoChoicesWithSamePriority Indicates if the Schematic Node Reduction By Priority rule occurs if there are only two possibilities to apply the rule and if these solutions have the same priority.
Read/write property ReduceNodeDegree0 Indicates if the disconnected nodes (that is, the nodes with degree 0) must be automatically reduced by the Schematic Node Reduction By Priority rule.
Read/write property ReduceNodeDegree1 Indicates if the leaves nodes (that is, the nodes with degree 1) must be automatically reduced by the Schematic Node Reduction By Priority rule.
Read/write property ReduceNodeDegree2 Indicates if the nodes with degree 2 must be automatically reduced by the Schematic Node Reduction By Priority rule.
Read/write property ReduceNodeDegreeSup3 Indicates if the nodes with a degree upper than 2 must be automatically reduced by the Schematic Node Reduction By Priority rule.

CoClasses that implement ISchematicNodeReductionRuleByPriority

CoClasses and Classes Description
SchematicNodeReductionRuleByPriority Schematic Node Reduction By Priority rule object.