ArcObjects Library Reference (Carto)  

ILabelClassDescription2.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.

See Also

ILabelClassDescription2 Interface