Click or drag to resize

AzimuthElevationRange Constructor

Overload List
  NameDescription
Public methodAzimuthElevationRange(Cartesian)
Initializes a set of AzimuthElevationRange coordinates from the provided set of Cartesian coordinates represented in the North-East-Down orientation with X pointing north, Y pointing east, and Z pointing down.
Public methodAzimuthElevationRange(Double)
Initializes a set of AzimuthElevationRange coordinates from the first 3 consecutive elements in the provided array.
Public methodAzimuthElevationRange(Double, Int32)
Initializes a set of AzimuthElevationRange coordinates from the provided array.
Public methodAzimuthElevationRange(Double, Double, Double)
Initializes a set of AzimuthElevationRange coordinates from the provided values.
Top
See Also