 | CDUDistance3D Method |
Create a distance channel from XY or XYZ with direction options.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Distance3D(
CDB db,
int line,
int x_ch,
int y_ch,
int z_ch,
int type,
int o_ch
)
public static void Distance3D(
CDB db,
int line,
int x_ch,
int y_ch,
int z_ch,
int type,
int o_ch
)
Public Shared Sub Distance3D (
db As CDB,
line As Integer,
x_ch As Integer,
y_ch As Integer,
z_ch As Integer,
type As Integer,
o_ch As Integer
)
Public Shared Sub Distance3D (
db As CDB,
line As Integer,
x_ch As Integer,
y_ch As Integer,
z_ch As Integer,
type As Integer,
o_ch As Integer
)
public:
static void Distance3D(
CDB^ db,
int line,
int x_ch,
int y_ch,
int z_ch,
int type,
int o_ch
)
public:
static void Distance3D(
CDB^ db,
int line,
int x_ch,
int y_ch,
int z_ch,
int type,
int o_ch
)
static member Distance3D :
db : CDB *
line : int *
x_ch : int *
y_ch : int *
z_ch : int *
type : int *
o_ch : int -> unit
static member Distance3D :
db : CDB *
line : int *
x_ch : int *
y_ch : int *
z_ch : int *
type : int *
o_ch : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - line
- Type: SystemInt32
Line symbol - x_ch
- Type: SystemInt32
X channel [<define>DB_LOCK_READONLY</define>] - y_ch
- Type: SystemInt32
Y channel [<define>DB_LOCK_READONLY</define>] - z_ch
- Type: SystemInt32
Z channel [<define>DB_LOCK_READONLY</define>] (can be <define>NULLSYMB</define>) - type
- Type: SystemInt32
<define>DU_DISTANCE_CHANNEL_TYPE</define> - o_ch
- Type: SystemInt32
Output Distance channel [<define>DB_LOCK_READWRITE</define>]
See Also