ArcGIS Pro 2.9 API Reference Guide
TopologyRuleType Enumeration

ArcGIS.Core.Data.Topology Namespace : TopologyRuleType Enumeration
Specifies the types of topology rules.
Syntax
Members
MemberDescription
AreaAreaCoverEachOther The rule is an 2 areas cover each other rule.
AreaBoundaryCoveredByAreaBoundary The rule is an area boundary covered by line rule.
AreaBoundaryCoveredByLine The rule is an area boundary covered by line rule.
AreaContainOnePoint The rule is one point must be found in each area.
AreaContainPoint The rule is an area contain point rule.
AreaCoveredByArea The rule is an area covered by area rule.
AreaCoveredByAreaClass The rule is an area covered by area class rule.
AreaNoGaps The rule is an area-no gap rule.
AreaNoOverlap The rule is an area-no overlap rule.
AreaNoOverlapArea The rule is an area covered by area rule.
FeatureLargerThanClusterTolerance The rule is a feature to be deleted is smaller than the cluster tolerance rule.
LineCoveredByAreaBoundary The rule is a line covered by area boundary rule.
LineCoveredByLineClass The rule is a line covered by line class rule.
LineEndpointCoveredByPoint The rule is a line endpoint covered by point rule.
LineInsideArea The rule is a line must be inside area rule.
LineNoDangles The rule is a line-no dangles rule.
LineNoIntersection The rule is a line-no intersection rule.
LineNoIntersectLine The rule is a line must not intersect with line rule.
LineNoIntersectOrInteriorTouch The rule is a line-no intersect or interior touch rule.
LineNoIntersectOrInteriorTouchLine The rule is a line must not intersect or touch interior of line rule.
LineNoMultipart The rule is a line cannot be multipart rule.
LineNoOverlap The rule is a line-no overlap rule.
LineNoOverlapLine The rule is a line-no overlap line rule.
LineNoPseudos The rule is a line with no pseudo-nodes rule.
LineNoSelfIntersect The rule is a line-no self intersect rule.
LineNoSelfOverlap The rule is a line-no self overlap rule.
PointCoincidePoint The rule is a point must be coincident with point rule.
PointCoveredByAreaBoundary The rule is a point covered by area boundary rule.
PointCoveredByLine The rule is a point covered by line rule.
PointCoveredByLineEndpoint The rule is a point covered by line endpoint rule.
PointDisjoint The rule is a point must be disjoint rule.
PointProperlyInsideArea The rule is a point properly inside area rule.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.Topology.TopologyRuleType

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data.Topology Namespace