AzimuthHorizontalVertical Constructor (Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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