 | 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
Syntaxpublic void GetAzimuth(
int p,
ref double az
)
public void GetAzimuth(
int p,
ref double az
)
Public Sub GetAzimuth (
p As Integer,
ByRef az As Double
)
Public Sub GetAzimuth (
p As Integer,
ByRef az As Double
)
public:
void GetAzimuth(
int p,
double% az
)
public:
void GetAzimuth(
int p,
double% az
)
member GetAzimuth :
p : int *
az : float byref -> unit
member GetAzimuth :
p : int *
az : float byref -> unit
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