Click or drag to resize

CMULTIGRID3DUTILExportToWA Method

Export To GDB

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportToWA(
	string file_name,
	CWA wa,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	string dummy
)

public static void ExportToWA(
	string file_name,
	CWA wa,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	string dummy
)

Parameters

file_name
Type: SystemString
Input Voxel file
wa
Type: GeoEngine.Core.GXNetCWA
WA File
dir
Type: SystemInt32
<define>DIRECTION3D</define>
rev_x
Type: SystemInt32
Reverse X?
rev_y
Type: SystemInt32
Reverse Y?
rev_z
Type: SystemInt32
Reverse Z?
dummy
Type: SystemString
The Dummy string to write
See Also