 | CDUAvgAzimuth2 Method |
Returns average azimuth of selected lines.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void AvgAzimuth2(
CDB db,
string xCh,
string yCh,
double precision,
ref double azimuth
)
public static void AvgAzimuth2(
CDB db,
string xCh,
string yCh,
double precision,
ref double azimuth
)
Public Shared Sub AvgAzimuth2 (
db As CDB,
xCh As String,
yCh As String,
precision As Double,
ByRef azimuth As Double
)
Public Shared Sub AvgAzimuth2 (
db As CDB,
xCh As String,
yCh As String,
precision As Double,
ByRef azimuth As Double
)
public:
static void AvgAzimuth2(
CDB^ db,
String^ xCh,
String^ yCh,
double precision,
double% azimuth
)
public:
static void AvgAzimuth2(
CDB^ db,
String^ xCh,
String^ yCh,
double precision,
double% azimuth
)
static member AvgAzimuth2 :
db : CDB *
xCh : string *
yCh : string *
precision : float *
azimuth : float byref -> unit
static member AvgAzimuth2 :
db : CDB *
xCh : string *
yCh : string *
precision : float *
azimuth : float byref -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database Object - xCh
- Type: SystemString
X channel name - yCh
- Type: SystemString
Y channel name - precision
- Type: SystemDouble
Precision in degrees (1 to 45) - azimuth
- Type: SystemDouble
Azimuth value returned
RemarksSame as AvgAzimuth, but input the X and Y channels to use.
See Also