Click or drag to resize

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
Syntax
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
)

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