 | CMULTIGRID3DCreateDefault Method |
Get the default voxset
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic CGRID3D CreateDefault(
int type
)
public CGRID3D CreateDefault(
int type
)
Public Function CreateDefault (
type As Integer
) As CGRID3D
Public Function CreateDefault (
type As Integer
) As CGRID3D
public:
CGRID3D^ CreateDefault(
int type
)
public:
CGRID3D^ CreateDefault(
int type
)
member CreateDefault :
type : int -> CGRID3D
member CreateDefault :
type : int -> CGRID3D
Parameters
- type
- Type: SystemInt32
<define>GRID3D_TYPE</define>
Return Value
Type:
CGRID3DGRID3D handle, terminates if creation fails
See Also