This document is archived and information here might be outdated.  Recommended version.


ITopologyRule.TopologyRuleType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyRule.TopologyRuleType Property

Topology rule type of the topology rule.

[Visual Basic .NET]
Public Property TopologyRuleType As esriTopologyRuleType
[C#]
public esriTopologyRuleType TopologyRuleType {get; set;}
[C++]
HRESULT get_TopologyRuleType(
  esriTopologyRuleType* ruleType
);
[C++]
HRESULT put_TopologyRuleType(
  esriTopologyRuleType ruleType
);
[C++]

Parameters ruleType [out, retval]
ruleType is a parameter of type esriTopologyRuleType ruleType [in]
ruleType is a parameter of type esriTopologyRuleType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

A value from the esriTopologyRuleType enumeration that represents the rule's type.

See Also

ITopologyRule Interface

.NET Related Topics

Checking for topology error features in a geodatabase topology | Creating a topology in the geodatabase