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


ISchematicInMemoryFeatureRotation.Rotation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureRotation.Rotation Property

Rotation of the schematic in memory feature.

[Visual Basic .NET]
Public Property Rotation As Double
[C#]
public double Rotation {get; set;}
[C++]
HRESULT get_Rotation(
  double* Angle
);
[C++]
HRESULT put_Rotation(
  double Angle
);
[C++]

Parameters Angle [out, retval] Angle is a parameter of type double Angle [in] Angle is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureRotation Interface