Click or drag to resize
CDMPPLYGetAzimuth Method
Get the azimuth of a given polygon.

Available since Oasis montaj version: 6.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The azimuth is the equivalent section azimuth, equal to the azimuth of the normal vector plus 90 degrees.
Syntax
public void GetAzimuth(
	int p,
	ref double az
)

Parameters

p
Type: SystemInt32
Polygon number (1 to NP)
az
Type: SystemDouble
Azimuth (degrees) (o)
See Also