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


IBasicOverposterLayerProperties4.PointPlacementOnTop Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicOverposterLayerProperties4 Interface > IBasicOverposterLayerProperties4.PointPlacementOnTop Property
ArcGIS Developer Help

IBasicOverposterLayerProperties4.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(
  Boolean* OnTop
);
[C++]
HRESULT put_PointPlacementOnTop(
  VARIANT_BOOL OnTop
);
[C++]
Parameters
OnTop [out, retval]

OnTop is a parameter of type bool* OnTop [in]
OnTop is a parameter of type bool

Product Availability

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

Description

PointPlacementOnTop PointPlacementOnTop specifies whether or not labels are to be placed centered on top of point features.

Remarks

This is only used when the FeatureType is of type esriOverposterPoint.

See Also

IBasicOverposterLayerProperties4 Interface