PlaneProjection.GlobalOffsetZ Property

Definition

Gets or sets the distance that the object is translated along the z-axis of the screen.

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

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

Property Value

Double

double

The distance that the object is translated along the z-axis of the screen.

Applies to