 | CMULTIGRID3DExportToBinary Method |
Export contents of MULTIGRID3D to a Binary File.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportToBinary(
string binary_file,
int dir,
int rev_x,
int rev_y,
int rev_z,
int swap,
int output_type
)
public void ExportToBinary(
string binary_file,
int dir,
int rev_x,
int rev_y,
int rev_z,
int swap,
int output_type
)
Public Sub ExportToBinary (
binary_file As String,
dir As Integer,
rev_x As Integer,
rev_y As Integer,
rev_z As Integer,
swap As Integer,
output_type As Integer
)
Public Sub ExportToBinary (
binary_file As String,
dir As Integer,
rev_x As Integer,
rev_y As Integer,
rev_z As Integer,
swap As Integer,
output_type As Integer
)
public:
void ExportToBinary(
String^ binary_file,
int dir,
int rev_x,
int rev_y,
int rev_z,
int swap,
int output_type
)
public:
void ExportToBinary(
String^ binary_file,
int dir,
int rev_x,
int rev_y,
int rev_z,
int swap,
int output_type
)
member ExportToBinary :
binary_file : string *
dir : int *
rev_x : int *
rev_y : int *
rev_z : int *
swap : int *
output_type : int -> unit
member ExportToBinary :
binary_file : string *
dir : int *
rev_x : int *
rev_y : int *
rev_z : int *
swap : int *
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? - output_type
- Type: SystemInt32
Output Type (Geosoft Type)
See Also