Gets the DZ.

Namespace:  DotNetCoords.Datum
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)

Collapse imageSyntax

C#
public double DZ { get; }
Visual Basic (Declaration)
Public ReadOnly Property DZ As Double
Visual C++
public:
property double DZ {
	double get ();
}

Field Value

The DZ.

Collapse imageSee Also