ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties4.RotationType Property

Defines the format is the rotation field in.

[Visual Basic .NET]
Public Property RotationType As esriLabelRotationType
[C#]
public esriLabelRotationType RotationType {get; set;}
[C++]
HRESULT get_RotationType(
  esriLabelRotationType* Type
);
[C++]
HRESULT put_RotationType(
  esriLabelRotationType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriLabelRotationType

Type [in]

  Type is a parameter of type esriLabelRotationType

Product Availability

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

See Also

IBasicOverposterLayerProperties4 Interface