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


IRepresentationClass.OverrideFieldIndex Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRepresentationClass.OverrideFieldIndex Property

Field index of the override field.

[Visual Basic .NET]
Public ReadOnly Property OverrideFieldIndex As Integer
[C#]
public int OverrideFieldIndex {get;}
[C++]
HRESULT get_OverrideFieldIndex(
  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