PlaneProjection.CenterOfRotationZ 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 z-coordinate of the center of rotation of the object that you rotate.
public:
property double CenterOfRotationZ { double get(); void set(double value); };
double CenterOfRotationZ();
void CenterOfRotationZ(double value);
public double CenterOfRotationZ { get; set; }
var double = planeProjection.centerOfRotationZ;
planeProjection.centerOfRotationZ = double;
Public Property CenterOfRotationZ As Double
<PlaneProjection CenterOfRotationZ="double"/>
Property Value
Double
double
The z-coordinate of the center of rotation of the object that you rotate. The default is 0. Values greater than 0 correspond to coordinates in front of the plane of the object, and negative values correspond to coordinates behind the plane of the object.