|  | CMULTIGRID3DCreate Method  | 
 Creates a new Multivoxset
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
 Syntax
Syntaxpublic static CMULTIGRID3D Create(
	string name,
	int size_x,
	int size_y,
	int size_z
)
public static CMULTIGRID3D Create(
	string name,
	int size_x,
	int size_y,
	int size_z
)
Public Shared Function Create ( 
	name As String,
	size_x As Integer,
	size_y As Integer,
	size_z As Integer
) As CMULTIGRID3D
Public Shared Function Create ( 
	name As String,
	size_x As Integer,
	size_y As Integer,
	size_z As Integer
) As CMULTIGRID3D
public:
static CMULTIGRID3D^ Create(
	String^ name, 
	int size_x, 
	int size_y, 
	int size_z
)
public:
static CMULTIGRID3D^ Create(
	String^ name, 
	int size_x, 
	int size_y, 
	int size_z
)
static member Create : 
        name : string * 
        size_x : int * 
        size_y : int * 
        size_z : int -> CMULTIGRID3D 
static member Create : 
        name : string * 
        size_x : int * 
        size_y : int * 
        size_z : int -> CMULTIGRID3D 
Parameters
- 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: 
CMULTIGRID3DMULTIGRID3D handle, terminates if creation fails
 See Also
See Also