Returns layer drawing description for the given layer.
[Visual Basic .NET] Public Function CreateLayerDrawingDescription ( _ ByVal pLayer As ILayer _ ) As ILayerDrawingDescription
[C#] public ILayerDrawingDescription CreateLayerDrawingDescription ( ILayer pLayer );
[C++]
HRESULT CreateLayerDrawingDescription(
ILayer* pLayer,
ILayerDrawingDescription** ppLayerDrawingDescription
);
[C++]Parameters
pLayer [in]pLayer is a parameter of type ILayer
ppLayerDrawingDescription [out, retval]ppLayerDrawingDescription is a parameter of type ILayerDrawingDescription
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.