ArcObjects Library Reference (Carto)  

ILabelEngineLayerProperties2.AnnotationClassID Property

The ID of the annotation class.

[Visual Basic .NET]
Public Property AnnotationClassID As Integer
[C#]
public int AnnotationClassID {get; set;}
[C++]
HRESULT get_AnnotationClassID(
  long* AnnotationClassID
);
[C++]
HRESULT put_AnnotationClassID(
  long AnnotationClassID
);
[C++]

Parameters

AnnotationClassID [out, retval]   AnnotationClassID is a parameter of type long AnnotationClassID [in]   AnnotationClassID is a parameter of type long

Product Availability

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

See Also

ILabelEngineLayerProperties2 Interface