Click or drag to resize

CMULTIGRID3DCreate Method

Creates a new Multivoxset

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CMULTIGRID3D Create(
	CGXNETCore gxNetShared,
	string name,
	int size_x,
	int size_y,
	int size_z
)

public static CMULTIGRID3D Create(
	CGXNETCore gxNetShared,
	string name,
	int size_x,
	int size_y,
	int size_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
File Name
size_x
Type: SystemInt32
Size in X.
size_y
Type: SystemInt32
Size in Y.
size_z
Type: SystemInt32
Size in Z.

Return Value

Type: CMULTIGRID3D
MULTIGRID3D handle, terminates if creation fails
See Also