AzimuthElevationRangeFromCartesian Method  | 
 
            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.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static AzimuthElevationRange FromCartesian(
	Cartesian coordinates
)
Public Shared Function FromCartesian ( 
	coordinates As Cartesian
) As AzimuthElevationRange
public:
static AzimuthElevationRange FromCartesian(
	Cartesian coordinates
)
static member FromCartesian : 
        coordinates : Cartesian -> AzimuthElevationRange 
Parameters
- coordinates
 - Type: AGI.Foundation.CoordinatesCartesian
The set of Cartesian coordinates. 
Return Value
Type: 
AzimuthElevationRangeA set of 
AzimuthElevationRange coordinates which represents the provided set of .
See Also