doogal.co.uk Home
Gets the x 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 DX { get; }
Public ReadOnly Property DX As Double
Get
public:
property double DX {
double get ();
}
member DX : float with get
Property Value
Type:
DoubleThe x parameter of the translation vector.
See Also