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


IBasicOverposterLayerProperties3.RotationField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicOverposterLayerProperties3 Interface > IBasicOverposterLayerProperties3.RotationField Property
ArcGIS Developer Help

IBasicOverposterLayerProperties3.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(
  System.String* 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

IBasicOverposterLayerProperties3 Interface