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


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

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