ArcObjects Library Reference (GeoDatabase)  

IRepresentationClass.RuleIDFieldIndex Property

Field index of the Rule ID field.

[Visual Basic .NET]
Public ReadOnly Property RuleIDFieldIndex As Integer
[C#]
public int RuleIDFieldIndex {get;}
[C++]
HRESULT get_RuleIDFieldIndex(
  long* idx
);
[C++]

Parameters

idx [out, retval]   idx is a parameter of type long

Product Availability

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

See Also

IRepresentationClass Interface