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


IGPLayerDescription.LayerDrawingDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLayerDescription Interface > IGPLayerDescription.LayerDrawingDescription Property
ArcGIS Developer Help

IGPLayerDescription.LayerDrawingDescription Property

The layer drawing description.

[Visual Basic .NET]
Public Property LayerDrawingDescription As ILayerDrawingDescription
[C#]
public ILayerDrawingDescription LayerDrawingDescription {get; set;}
[C++]
HRESULT get_LayerDrawingDescription(
  ILayerDrawingDescription** ppDesc
);
[C++]
HRESULT putref_LayerDrawingDescription(
  ILayerDrawingDescription* ppDesc
);
[C++]
Parameters
ppDesc [out, retval]

ppDesc is a parameter of type ILayerDrawingDescription** ppDesc [in]
ppDesc is a parameter of type ILayerDrawingDescription*

Product Availability

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

See Also

IGPLayerDescription Interface