ArcObjects Library Reference (Carto)  

IRotationRenderer.RotationType Property

Rotation type.

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

Parameters

Type [out, retval]

  Type is a parameter of type esriSymbolRotationType

Type [in]

  Type is a parameter of type esriSymbolRotationType

Product Availability

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

See Also

IRotationRenderer Interface

.NET Samples

Multivariate renderer (Code Files: PropPageForm)

.NET Related Topics

How to connect to ArcGIS Tracking Server