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


ILabelClassDescription.LabelPlacementDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelClassDescription Interface > ILabelClassDescription.LabelPlacementDescription Property
ArcGIS Developer Help

ILabelClassDescription.LabelPlacementDescription Property

LabelPlacementDescription.

[Visual Basic .NET]
Public Property LabelPlacementDescription As ILabelPlacementDescription
[C#]
public ILabelPlacementDescription LabelPlacementDescription {get; set;}
[C++]
HRESULT get_LabelPlacementDescription(
  ILabelPlacementDescription** ppLabelPlacementDescription
);
[C++]
HRESULT put_LabelPlacementDescription(
  ILabelPlacementDescription* ppLabelPlacementDescription
);
[C++]
Parameters
ppLabelPlacementDescription [out, retval]

ppLabelPlacementDescription is a parameter of type ILabelPlacementDescription** ppLabelPlacementDescription [in]
ppLabelPlacementDescription is a parameter of type ILabelPlacementDescription*

Product Availability

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

Remarks

LabelPlacementDescription returns one of three placement description objects depends on the geometry type of the layer – PointLabelPlacementDescription, LineLabelPlacementDescription or PolygonLabelPlacementDescription.

See Also

ILabelClassDescription Interface