Click or drag to resize

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
Syntax
public 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
)

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