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


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

IAnnotationClassExtension.AnnotationClassIDFieldIndex Property

The label class ID field index.

[Visual Basic .NET]
Public ReadOnly Property AnnotationClassIDFieldIndex As Integer
[C#]
public int AnnotationClassIDFieldIndex {get;}
[C++]
HRESULT get_AnnotationClassIDFieldIndex(
  System.Int32* AnnotationClassIDFieldIndex
);
[C++]
Parameters
AnnotationClassIDFieldIndex [out, retval]

AnnotationClassIDFieldIndex is a parameter of type long*

Product Availability

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

See Also

IAnnotationClassExtension Interface