PlaneProjection.LocalOffsetZ 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.
public:
property double LocalOffsetZ { double get(); void set(double value); };
double LocalOffsetZ();
void LocalOffsetZ(double value);
public double LocalOffsetZ { get; set; }
var double = planeProjection.localOffsetZ;
planeProjection.localOffsetZ = double;
Public Property LocalOffsetZ As Double
Property Value
double