ArcObjects Library Reference (Carto)  

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(
  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

IBasicOverposterLayerProperties3 Interface