Gets or sets the the z co-ordinate.
Namespace:
DotNetCoordsAssembly: 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); } |