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


ITopologyErrorSelection.RuleType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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