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


IRepresentationClass.RuleIDFieldIndex Property (ArcObjects .NET 10.5 SDK)
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