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


IOverposterLayerProperties.PlaceLabels Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IOverposterLayerProperties.PlaceLabels Property

Indicates if labels are placed for the layer.

[Visual Basic .NET]
Public Property PlaceLabels As Boolean
[C#]
public bool PlaceLabels {get; set;}
[C++]
HRESULT get_PlaceLabels(
  VARIANT_BOOL place
);
[C++]
HRESULT put_PlaceLabels(
  Boolean* place
);
[C++]

Parameters place [in]
place is a parameter of type bool place [out, retval]
place is a parameter of type bool*

Product Availability

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

See Also

IOverposterLayerProperties Interface