Z coordinate property

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

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

See Also