ArcObjects Library Reference  (Carto)    

ITopologyErrorSelection.RuleType Property

The topology rule type.

[Visual Basic 6.0]
Property RuleType(
    ByVal Index As Long _
) As esriTopologyRuleType
[Visual Basic .NET]
Public Function get_RuleType ( _
    ByVal Index As Integer _
) As esriTopologyRuleType
[C#]
public esriTopologyRuleType get_RuleType (
    int Index
);
[Java]
public esriTopologyRuleType getRuleType (
    Long 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

 


Feedback Send feedback on this page