public static void GridDirectFromGDB(
CGXNETCore gxNetShared,
string output_grid3d_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
int method,
CDB db,
int x_channel,
int y_channel,
int z_channel,
int data_channel
)
public static void GridDirectFromGDB(
CGXNETCore gxNetShared,
string output_grid3d_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
int method,
CDB db,
int x_channel,
int y_channel,
int z_channel,
int data_channel
)
Public Shared Sub GridDirectFromGDB (
gxNetShared As CGXNETCore,
output_grid3d_filename As String,
origin_x As Double,
origin_y As Double,
origin_z As Double,
cell_count_x As Integer,
cell_count_y As Integer,
cell_count_z As Integer,
cell_size_x As Double,
cell_size_y As Double,
cell_size_z As Double,
method As Integer,
db As CDB,
x_channel As Integer,
y_channel As Integer,
z_channel As Integer,
data_channel As Integer
)
Public Shared Sub GridDirectFromGDB (
gxNetShared As CGXNETCore,
output_grid3d_filename As String,
origin_x As Double,
origin_y As Double,
origin_z As Double,
cell_count_x As Integer,
cell_count_y As Integer,
cell_count_z As Integer,
cell_size_x As Double,
cell_size_y As Double,
cell_size_z As Double,
method As Integer,
db As CDB,
x_channel As Integer,
y_channel As Integer,
z_channel As Integer,
data_channel As Integer
)
public:
static void GridDirectFromGDB(
CGXNETCore^ gxNetShared,
String^ output_grid3d_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
int method,
CDB^ db,
int x_channel,
int y_channel,
int z_channel,
int data_channel
)
public:
static void GridDirectFromGDB(
CGXNETCore^ gxNetShared,
String^ output_grid3d_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
int method,
CDB^ db,
int x_channel,
int y_channel,
int z_channel,
int data_channel
)
static member GridDirectFromGDB :
gxNetShared : CGXNETCore *
output_grid3d_filename : string *
origin_x : float *
origin_y : float *
origin_z : float *
cell_count_x : int *
cell_count_y : int *
cell_count_z : int *
cell_size_x : float *
cell_size_y : float *
cell_size_z : float *
method : int *
db : CDB *
x_channel : int *
y_channel : int *
z_channel : int *
data_channel : int -> unit
static member GridDirectFromGDB :
gxNetShared : CGXNETCore *
output_grid3d_filename : string *
origin_x : float *
origin_y : float *
origin_z : float *
cell_count_x : int *
cell_count_y : int *
cell_count_z : int *
cell_size_x : float *
cell_size_y : float *
cell_size_z : float *
method : int *
db : CDB *
x_channel : int *
y_channel : int *
z_channel : int *
data_channel : int -> unit