PlaneProjection.RotationZ Eigenschaft

Definition

Ruft die Anzahl der Grad ab, die das Objekt um die Z-Achse der Drehung drehen sollen, oder legt diese fest.

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"/>

Eigenschaftswert

Double

double

Die Anzahl der Grad, die das Objekt um die Z-Achse der Drehung drehen sollen. Die Standardeinstellung ist 0.

Gilt für: