ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.PointPlacementPriorities Property

Controls placement of label around point fetaure.

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

Parameters

priorities [out, retval]

  priorities is a parameter of type IPointPlacementPriorities

priorities [in]

  priorities is a parameter of type IPointPlacementPriorities

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface