ArcObjects Library Reference (Carto)  

IMapLayerInfo3.HasLayerDrawingDescription Property

Indicates if the layter has LayerDrawingDescription or not.

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

Parameters

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

Product Availability

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

See Also

IMapLayerInfo3 Interface