 | CMULTIGRID3DUTILImportFromVoxel Method (CGXNETCore, String, String, String, String) |
Import a Voxel directly into a Multi-Voxset
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportFromVoxel(
CGXNETCore gxNetShared,
string project_file,
string grid3d_file,
string multi_voxset_attribute,
ref string p_uuid_string
)
public static void ImportFromVoxel(
CGXNETCore gxNetShared,
string project_file,
string grid3d_file,
string multi_voxset_attribute,
ref string p_uuid_string
)
Public Shared Sub ImportFromVoxel (
gxNetShared As CGXNETCore,
project_file As String,
grid3d_file As String,
multi_voxset_attribute As String,
ByRef p_uuid_string As String
)
Public Shared Sub ImportFromVoxel (
gxNetShared As CGXNETCore,
project_file As String,
grid3d_file As String,
multi_voxset_attribute As String,
ByRef p_uuid_string As String
)
public:
static void ImportFromVoxel(
CGXNETCore^ gxNetShared,
String^ project_file,
String^ grid3d_file,
String^ multi_voxset_attribute,
String^% p_uuid_string
)
public:
static void ImportFromVoxel(
CGXNETCore^ gxNetShared,
String^ project_file,
String^ grid3d_file,
String^ multi_voxset_attribute,
String^% p_uuid_string
)
static member ImportFromVoxel :
gxNetShared : CGXNETCore *
project_file : string *
grid3d_file : string *
multi_voxset_attribute : string *
p_uuid_string : string byref -> unit
static member ImportFromVoxel :
gxNetShared : CGXNETCore *
project_file : string *
grid3d_file : string *
multi_voxset_attribute : string *
p_uuid_string : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - project_file
- Type: SystemString
Project file - grid3d_file
- Type: SystemString
Input Voxel file - multi_voxset_attribute
- Type: SystemString
Multi-Voxset attribute - p_uuid_string
- Type: SystemString
UUID string returned
See Also