 | CIPJrGetNorthAzimuth Method |
Return the azimuth of geographic North at a point.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rGetNorthAzimuth(
double x,
double y
)
public double rGetNorthAzimuth(
double x,
double y
)
Public Function rGetNorthAzimuth (
x As Double,
y As Double
) As Double
Public Function rGetNorthAzimuth (
x As Double,
y As Double
) As Double
public:
double rGetNorthAzimuth(
double x,
double y
)
public:
double rGetNorthAzimuth(
double x,
double y
)
member rGetNorthAzimuth :
x : float *
y : float -> float
member rGetNorthAzimuth :
x : float *
y : float -> float
Parameters
- x
- Type: SystemDouble
Input X location - y
- Type: SystemDouble
Input Y location
Return Value
Type:
DoubleAzimuth (degrees CW) of geographic north from grid north at a location.
Remarks
If the IPJ is not a projected coordinate system
then the returned azimuth is <define>GS_R8DM</define>;
See Also