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


IPointPlacementPriorities.CenterRight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPointPlacementPriorities Interface > IPointPlacementPriorities.CenterRight Property
ArcGIS Developer Help

IPointPlacementPriorities.CenterRight Property

Label position priority for center and to the right (0-9).

[Visual Basic .NET]
Public Property CenterRight As Integer
[C#]
public int CenterRight {get; set;}
[C++]
HRESULT get_CenterRight(
  System.Int32* Priority
);
[C++]
HRESULT put_CenterRight(
  long Priority
);
[C++]
Parameters
Priority [out, retval]

Priority is a parameter of type long* Priority [in]
Priority is a parameter of type long

Product Availability

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

Description

Valid range is 0-9.  0 means that the position should not be considered at all for label placement.  1 means that the position is has highest priority for placement, and 9 means that the position has lowest priority.

See Also

IPointPlacementPriorities Interface