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


IAnnoClass.FeatureIDFieldIndex Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAnnoClass.FeatureIDFieldIndex Property

The feature ID field index.

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

Parameters FeatureIDFieldIndex [out, retval] FeatureIDFieldIndex is a parameter of type long

Product Availability

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

See Also

IAnnoClass Interface