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