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


IAnnotationClassExtension.StatusFieldIndex 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.StatusFieldIndex Property
ArcGIS Developer Help

IAnnotationClassExtension.StatusFieldIndex Property

The status field index.

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

StatusFieldIndex is a parameter of type long*

Product Availability

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

See Also

IAnnotationClassExtension Interface