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


IAnnoClass.ElementFieldIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnoClass Interface > IAnnoClass.ElementFieldIndex Property
ArcGIS Developer Help

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