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


IRepresentationClass.RuleIDFieldIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationClass Interface > IRepresentationClass.RuleIDFieldIndex Property
ArcGIS Developer Help

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(
  System.Int32* 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