PlaneProjection.RotationY Property

Definition

Gets or sets the number of degrees to rotate the object around the y-axis of rotation.

public:
 property double RotationY { double get(); void set(double value); };
double RotationY();

void RotationY(double value);
public double RotationY { get; set; }
var double = planeProjection.rotationY;
planeProjection.rotationY = double;
Public Property RotationY As Double
<PlaneProjection RotationY="double"/>

Property Value

Double

double

The number of degrees to rotate the object around the y-axis of rotation. The default is 0.

Applies to