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


ITopologyErrorSelection.RuleType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITopologyErrorSelection Interface > ITopologyErrorSelection.RuleType Property
ArcGIS Developer Help

ITopologyErrorSelection.RuleType Property

The topology rule type.

[Visual Basic .NET]
Public Function get_RuleType ( _
    ByVal Index As Integer _
) As esriTopologyRuleType
[C#]
public esriTopologyRuleType get_RuleType (
    int Index
);
[C++]
HRESULT get_RuleType(
  long Index,
  esriTopologyRuleType* RuleType
);
[C++]
Parameters
Index [in]

Index is a parameter of type long RuleType [out, retval]
RuleType is a parameter of type esriTopologyRuleType*

Product Availability

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

See Also

ITopologyErrorSelection Interface