 | CMULTIGRID3DModify Method |
Opens an existing Multivoxset with an plan to modify it
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CMULTIGRID3D Modify(
string name
)
public static CMULTIGRID3D Modify(
string name
)
Public Shared Function Modify (
name As String
) As CMULTIGRID3D
Public Shared Function Modify (
name As String
) As CMULTIGRID3D
public:
static CMULTIGRID3D^ Modify(
String^ name
)
public:
static CMULTIGRID3D^ Modify(
String^ name
)
static member Modify :
name : string -> CMULTIGRID3D
static member Modify :
name : string -> CMULTIGRID3D
Parameters
- name
- Type: SystemString
File Name
Return Value
Type:
CMULTIGRID3DMULTIGRID3D handle, terminates if creation fails
See Also