This document is archived and information here might be outdated. Recommended version. |
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(
System.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