Click or drag to resize

CDMPPLYGetAzimuth Method

Get the azimuth of a given polygon.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetAzimuth(
	int p,
	ref double az
)

public void GetAzimuth(
	int p,
	ref double az
)

Parameters

p
Type: SystemInt32
Polygon number (1 to NP)
az
Type: SystemDouble
Azimuth (degrees) (o)
Remarks
The azimuth is the equivalent section azimuth, equal to the azimuth of the normal vector plus 90 degrees.
See Also