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


IBasicOverposterLayerProperties.PointPlacementPriorities Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties.PointPlacementPriorities Property

Point label placement position priority options.

[Visual Basic .NET]
Public Property PointPlacementPriorities As IPointPlacementPriorities
[C#]
public IPointPlacementPriorities PointPlacementPriorities {get; set;}
[C++]
HRESULT get_PointPlacementPriorities(
  IPointPlacementPriorities** PointPlacementPriorities
);
[C++]
HRESULT put_PointPlacementPriorities(
  IPointPlacementPriorities* PointPlacementPriorities
);
[C++]

Parameters PointPlacementPriorities [out, retval]
PointPlacementPriorities is a parameter of type IPointPlacementPriorities PointPlacementPriorities [in]
PointPlacementPriorities is a parameter of type IPointPlacementPriorities

Product Availability

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

Description

PointPlacementPriorities is the placement priorities relative to point features.

Remarks

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

See Also

IBasicOverposterLayerProperties Interface