ArcObjects Library Reference (Carto)  

IMobileLayerInfo.IsAnnotationLayer Property

Indicates if the layer is an annotation layer.

[Visual Basic .NET]
Public ReadOnly Property IsAnnotationLayer As Boolean
[C#]
public bool IsAnnotationLayer {get;}
[C++]
HRESULT get_IsAnnotationLayer(
  VARIANT_BOOL* IsAnnotationLayer
);
[C++]

Parameters

IsAnnotationLayer [out, retval]   IsAnnotationLayer is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMobileLayerInfo Interface