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


IFeatureLayerDrawingDescription2.LabelingDescription Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFeatureLayerDrawingDescription2.LabelingDescription Property

LabelingDescription.

[Visual Basic .NET]
Public Property LabelingDescription As ILabelingDescription
[C#]
public ILabelingDescription LabelingDescription {get; set;}
[C++]
HRESULT get_LabelingDescription(
  ILabelingDescription** ppLabelingDescription
);
[C++]
HRESULT put_LabelingDescription(
  ILabelingDescription* ppLabelingDescription
);
[C++]

Parameters ppLabelingDescription [out, retval]
ppLabelingDescription is a parameter of type ILabelingDescription ppLabelingDescription [in]
ppLabelingDescription is a parameter of type ILabelingDescription

Product Availability

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

See Also

IFeatureLayerDrawingDescription2 Interface