 | CDUProjectXYZ Method |
Project X,Y,Z channels from one system to another.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ProjectXYZ(
CDB db,
int line,
int ix_ch,
int iy_ch,
int iz_ch,
int ox_ch,
int oy_ch,
int oz_ch,
CPJ pj
)
public static void ProjectXYZ(
CDB db,
int line,
int ix_ch,
int iy_ch,
int iz_ch,
int ox_ch,
int oy_ch,
int oz_ch,
CPJ pj
)
Public Shared Sub ProjectXYZ (
db As CDB,
line As Integer,
ix_ch As Integer,
iy_ch As Integer,
iz_ch As Integer,
ox_ch As Integer,
oy_ch As Integer,
oz_ch As Integer,
pj As CPJ
)
Public Shared Sub ProjectXYZ (
db As CDB,
line As Integer,
ix_ch As Integer,
iy_ch As Integer,
iz_ch As Integer,
ox_ch As Integer,
oy_ch As Integer,
oz_ch As Integer,
pj As CPJ
)
public:
static void ProjectXYZ(
CDB^ db,
int line,
int ix_ch,
int iy_ch,
int iz_ch,
int ox_ch,
int oy_ch,
int oz_ch,
CPJ^ pj
)
public:
static void ProjectXYZ(
CDB^ db,
int line,
int ix_ch,
int iy_ch,
int iz_ch,
int ox_ch,
int oy_ch,
int oz_ch,
CPJ^ pj
)
static member ProjectXYZ :
db : CDB *
line : int *
ix_ch : int *
iy_ch : int *
iz_ch : int *
ox_ch : int *
oy_ch : int *
oz_ch : int *
pj : CPJ -> unit
static member ProjectXYZ :
db : CDB *
line : int *
ix_ch : int *
iy_ch : int *
iz_ch : int *
ox_ch : int *
oy_ch : int *
oz_ch : int *
pj : CPJ -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - line
- Type: SystemInt32
Line Handle to project - ix_ch
- Type: SystemInt32
X Input Channel [<define>DB_LOCK_READONLY</define>] - iy_ch
- Type: SystemInt32
Y Input Channel [<define>DB_LOCK_READONLY</define>] - iz_ch
- Type: SystemInt32
Z Input Channel [<define>DB_LOCK_READONLY</define>] - ox_ch
- Type: SystemInt32
X Output Channel [<define>DB_LOCK_READWRITE</define>] - oy_ch
- Type: SystemInt32
Y Output Channel [<define>DB_LOCK_READWRITE</define>] - oz_ch
- Type: SystemInt32
Z Output Channel [<define>DB_LOCK_READWRITE</define>] - pj
- Type: GeoEngine.Core.GXNetCPJ
Projection object to Apply
RemarksOutput channels can be the same as input channels
See Also