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


IBasicOverposterLayerProperties3.PointPlacementOnTop Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties3.PointPlacementOnTop Property

Indicates if point labels are placed on top of features.

[Visual Basic .NET]
Public Property PointPlacementOnTop As Boolean
[C#]
public bool PointPlacementOnTop {get; set;}
[C++]
HRESULT get_PointPlacementOnTop(
  VARIANT_BOOL* OnTop
);
[C++]
HRESULT put_PointPlacementOnTop(
  VARIANT_BOOL OnTop
);
[C++]

Parameters OnTop [out, retval] OnTop is a parameter of type VARIANT_BOOL OnTop [in] OnTop is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBasicOverposterLayerProperties3 Interface