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


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

IAnnotationSublayer.AnnotationClassID Property

The annotation class ID which is represented by this sublayer.

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

classID is a parameter of type long* classID [in]
classID is a parameter of type long

Product Availability

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

See Also

IAnnotationSublayer Interface