Gets or sets the z-coordinate of the 3d vector.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double Z { get; set; }
Visual Basic (Declaration)
Public Property Z As Double
Visual C++
public:
property double Z {
	double get ();
	void set (double value);
}

Field Value

The z-coordinate of the 3d vector.

See Also