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


IBasicOverposterLayerProperties4.RotationField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties4.RotationField Property

The attribute field that contains the label angle.

[Visual Basic .NET]
Public Property RotationField As String
[C#]
public string RotationField {get; set;}
[C++]
HRESULT get_RotationField(
  BSTR* Field
);
[C++]
HRESULT put_RotationField(
  BSTR Field
);
[C++]

Parameters Field [out, retval] Field is a parameter of type BSTR Field [in] Field is a parameter of type BSTR

Product Availability

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

See Also

IBasicOverposterLayerProperties4 Interface