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


IMobileLayerInfo.IsAnnotationLayer Property (ArcObjects .NET 10.4 SDK)
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