 | CDHGetDefaultSection Method |
Computes default section azimuths, extents for selected holes.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetDefaultSection(
ref double az,
ref double x1,
ref double x2,
ref double l,
ref double w
)
public void GetDefaultSection(
ref double az,
ref double x1,
ref double x2,
ref double l,
ref double w
)
Public Sub GetDefaultSection (
ByRef az As Double,
ByRef x1 As Double,
ByRef x2 As Double,
ByRef l As Double,
ByRef w As Double
)
Public Sub GetDefaultSection (
ByRef az As Double,
ByRef x1 As Double,
ByRef x2 As Double,
ByRef l As Double,
ByRef w As Double
)
public:
void GetDefaultSection(
double% az,
double% x1,
double% x2,
double% l,
double% w
)
public:
void GetDefaultSection(
double% az,
double% x1,
double% x2,
double% l,
double% w
)
member GetDefaultSection :
az : float byref *
x1 : float byref *
x2 : float byref *
l : float byref *
w : float byref -> unit
member GetDefaultSection :
az : float byref *
x1 : float byref *
x2 : float byref *
l : float byref *
w : float byref -> unit
Parameters
- az
- Type: SystemDouble
Azimuth of section (returned) - x1
- Type: SystemDouble
Corner X (Easting) of section (returned) - x2
- Type: SystemDouble
Corner Y (Northing) of section (returned) - l
- Type: SystemDouble
Section length (returned) - w
- Type: SystemDouble
Section width (returned)
See Also