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


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

IGraphicFeatureLayer.LayerDrawingDescription Property

.

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

LayerDrawingDescription is a parameter of type IFeatureLayerDrawingDescription**

Product Availability

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

See Also

IGraphicFeatureLayer Interface