Cylindrical Constructor (AzimuthElevationRange) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cylindrical(
AzimuthElevationRange coordinates
)
Public Sub New (
coordinates As AzimuthElevationRange
)
public:
Cylindrical(
AzimuthElevationRange coordinates
)
new :
coordinates : AzimuthElevationRange -> Cylindrical
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesAzimuthElevationRange
The set of AzimuthElevationRange coordinates.
See Also