ArcObjects Library Reference (Carto)  

IAnnoClass.ElementFieldIndex Property

The element field index.

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

Parameters

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

Product Availability

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

See Also

IAnnoClass Interface