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


IMaplexRotationProperties.RotationType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMaplexRotationProperties.RotationType Property

Defines the format 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

IMaplexRotationProperties Interface