Point4D.Z Property

Definition

Gets or sets the Z component of this Point4D structure.

public:
 property double Z { double get(); void set(double value); };
public double Z { get; set; }
member this.Z : double with get, set
Public Property Z As Double

Property Value

The Z component of this Point4D structure. The default value is 0.

Applies to