 | CMULTIGRID3DExportToBinaryEx Method |
Export contents of MULTIGRID3D to a Binary File, with dummy replacement.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportToBinaryEx(
string binary_file,
int dir,
int rev_x,
int rev_y,
int rev_z,
int swap,
double dummy,
int output_type
)
public void ExportToBinaryEx(
string binary_file,
int dir,
int rev_x,
int rev_y,
int rev_z,
int swap,
double dummy,
int output_type
)
Public Sub ExportToBinaryEx (
binary_file As String,
dir As Integer,
rev_x As Integer,
rev_y As Integer,
rev_z As Integer,
swap As Integer,
dummy As Double,
output_type As Integer
)
Public Sub ExportToBinaryEx (
binary_file As String,
dir As Integer,
rev_x As Integer,
rev_y As Integer,
rev_z As Integer,
swap As Integer,
dummy As Double,
output_type As Integer
)
public:
void ExportToBinaryEx(
String^ binary_file,
int dir,
int rev_x,
int rev_y,
int rev_z,
int swap,
double dummy,
int output_type
)
public:
void ExportToBinaryEx(
String^ binary_file,
int dir,
int rev_x,
int rev_y,
int rev_z,
int swap,
double dummy,
int output_type
)
member ExportToBinaryEx :
binary_file : string *
dir : int *
rev_x : int *
rev_y : int *
rev_z : int *
swap : int *
dummy : float *
output_type : int -> unit
member ExportToBinaryEx :
binary_file : string *
dir : int *
rev_x : int *
rev_y : int *
rev_z : int *
swap : int *
dummy : float *
output_type : int -> unit
Parameters
- binary_file
- Type: SystemString
Binary file to write to - dir
- Type: SystemInt32
<define>DIRECTION3D</define> - rev_x
- Type: SystemInt32
Reverse X? - rev_y
- Type: SystemInt32
Reverse Y? - rev_z
- Type: SystemInt32
Reverse Z? - swap
- Type: SystemInt32
Swap Bytes? - dummy
- Type: SystemDouble
Replace dummy values with this value on export - output_type
- Type: SystemInt32
Output Type (Geosoft Type)
See Also