Provides access to members that return and set topology rules.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AddRule | Adds a topology rule. |
![]() |
CanAddRule | Indicates if the topology rule can be added to the topology. |
![]() |
DeleteRule | Deletes a topology rule. |
![]() |
DemoteFromRuleException | Demotes a topology error from an exception to an error. |
![]() |
PromoteToRuleException | Promotes a topology error to an exception. |
![]() |
Rule | The topology rule with the corresponding ID. |
![]() |
RuleByGUID | The rule with the globally unique ID. |
![]() |
Rules | An enumeration of all the topology rules. |
![]() |
RulesByClass | An enumeration of all the rules for a given class. |
![]() |
RulesByClassAndSubtype | An enumeration of all the rules for a given class and subtype. |
CoClasses that implement ITopologyRuleContainer
CoClasses and Classes | Description |
---|---|
Topology | ESRI Topology object. |
Remarks
The ITopologyRuleContainer interface provides access to members for adding, removing and returning topology rules from a topology. This interface also provides access to members that control the promotion and demotion of topology errors and exceptions.
See Also
ITopologyRule Interface | ITopologyRule.AllOriginSubtypes Property