PlaneProjection.RotationZ Property

Definition

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

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

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

Property Value

Double

double

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

Applies to