ESRI.ArcGIS.ADF.ArcGISServer
esriTopologyRuleType Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : esriTopologyRuleType Enumeration




Types of topology rules.

Syntax

Visual Basic (Declaration) 
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<SerializableAttribute()>
Public Enum esriTopologyRuleType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriTopologyRuleType
C# 
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[SerializableAttribute()]
public enum esriTopologyRuleType : Enum 

Members

MemberDescription
esriTRTAreaNoGapsThe rule is an area-no gap rule.
esriTRTAreaNoOverlapThe rule is an area-no overlap rule.
esriTRTAreaCoveredByAreaClassThe rule is an area covered by area class rule.
esriTRTAreaAreaCoverEachOtherThe rule is an 2 areas cover each other rule.
esriTRTAreaCoveredByAreaThe rule is an area covered by area rule.
esriTRTAreaNoOverlapAreaThe rule is an area covered by area rule.
esriTRTLineCoveredByAreaBoundaryThe rule is a line covered by area boundary rule.
esriTRTLineInsideAreaThe rule is a line must be inside area rule.
esriTRTPointCoveredByAreaBoundaryThe rule is a point covered by area boundary rule.
esriTRTPointProperlyInsideAreaThe rule is a point properly inside area rule.
esriTRTAreaContainOnePointThe rule is one point must be found in each area.
esriTRTLineNoOverlapThe rule is a line-no overlap rule.
esriTRTLineNoIntersectionThe rule is a line-no intersection rule.
esriTRTLineNoDanglesThe rule is a line-no dangles rule.
esriTRTLineNoPseudosThe rule is a line with no pseudo-nodes rule.
esriTRTLineCoveredByLineClassThe rule is a line covered by line class rule.
esriTRTLineNoOverlapLineThe rule is a line-no overlap line rule.
esriTRTPointCoveredByLineThe rule is a point covered by line rule.
esriTRTPointCoveredByLineEndpointThe rule is a point covered by line endpoint rule.
esriTRTPointDisjointThe rule is a point must be disjoint rule.
esriTRTPointCoincidePointThe rule is a point must be coincident with point rule.
esriTRTAreaBoundaryCoveredByLineThe rule is an area boundary covered by line rule.
esriTRTAreaBoundaryCoveredByAreaBoundaryThe rule is an area boundary covered by line rule.
esriTRTLineNoSelfOverlapThe rule is a line-no self overlap rule.
esriTRTLineNoSelfIntersectThe rule is a line-no self intersect rule.
esriTRTLineNoIntersectOrInteriorTouchThe rule is a line-no intersect or interior touch rule.
esriTRTLineEndpointCoveredByPointThe rule is a line endpoint covered by point rule.
esriTRTAreaContainPointThe rule is an area contain point rule.
esriTRTLineNoMultipartThe rule is a line cannot be multipart rule.
esriTRTLineNoIntersectLineThe rule is a line must not intersect with line rule.
esriTRTLineNoIntersectOrInteriorTouchLineThe rule is a line must not intersect or touch interior of line rule.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.esriTopologyRuleType

See Also

© 2010 All Rights Reserved.