Gets or sets the the z co-ordinate.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

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 the z co-ordinate.

See Also