doogal.co.uk Home
Gets the z parameter of the translation vector used by the Helmert Transformation when converting between datums.
Namespace:
DotNetCoords.Datum
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public double DZ { get; }
Public ReadOnly Property DZ As Double
Get
public:
property double DZ {
double get ();
}
member DZ : float with get
Property Value
Type:
DoubleThe z parameter of the translation vector.
See Also