ArcObjects Library Reference (Carto)  

ILabelEnvironment.Placement Property

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

Product Availability

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

Remarks

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.

See Also

ILabelEnvironment Interface