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


ILabelEngineLayerProperties2.AnnotationClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelEngineLayerProperties2 Interface > ILabelEngineLayerProperties2.AnnotationClassID Property
ArcGIS Developer Help

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(
  System.Int32* AnnotationClassID
);
[C++]
Parameters
AnnotationClassID [in]

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

Product Availability

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

See Also

ILabelEngineLayerProperties2 Interface