Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PlaneProjection.RotationZ Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?