Point label placement angle(s).
[Visual Basic .NET] Public Property PointPlacementAngles As Object
[C#] public object PointPlacementAngles {get; set;}
[C++]
HRESULT get_PointPlacementAngles(
VARIANT* angles
);
[C++]
HRESULT put_PointPlacementAngles(
VARIANT angles
);
[C++]Parameters
angles [out, retval] angles is a parameter of type VARIANT angles [in] angles is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
PointPlacementAngles is an array of angle(s) at which labels are to be placed relative to point features.
Remarks
This is only used when the FeatureType is of type esriOverposterPoint.