This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelEnvironment Interface > ILabelEnvironment.Placement Property (ArcObjects .NET 10.4 SDK) |
The label placement method.
[Visual Basic .NET] Public Property Placement As esriLabelEnvPlacement
[C#] public esriLabelEnvPlacement Placement {get; set;}
[C++]
HRESULT get_Placement(
esriLabelEnvPlacement* Placement
);
[C++]
HRESULT put_Placement(
esriLabelEnvPlacement Placement
);
[C++]
Parameters Placement [out, retval]
Placement is a parameter of type esriLabelEnvPlacement Placement [in]
Placement is a parameter of type esriLabelEnvPlacement
When the Label tool is used, this property determines whether new labels are placed where the user clicks, or whether label placement properties are used.