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


IGraphicFeatureLayer.LayerDrawingDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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