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


IMobileLayerInfo.IsAnnotationLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileLayerInfo Interface > IMobileLayerInfo.IsAnnotationLayer Property
ArcGIS Developer Help

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(
  Boolean* IsAnnotationLayer
);
[C++]
Parameters
IsAnnotationLayer [out, retval]

IsAnnotationLayer is a parameter of type bool*

Product Availability

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

See Also

IMobileLayerInfo Interface