AzimuthHorizontalVertical Constructor (Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic AzimuthHorizontalVertical(
double[] elements
)
Public Sub New (
elements As Double()
)
public:
AzimuthHorizontalVertical(
array<double>^ elements
)
new :
elements : float[] -> AzimuthHorizontalVertical
Parameters
- elements
- Type: SystemDouble
The array of coordinate values ordered consecutively as azimuth, horizontal, vertical.
Exceptions
See Also