Click or drag to resize

CMULTIGRID3DUTILImportFromVoxel Method (String, String, String, String, Int32)

Import a Voxel directly into a Multi-Voxset

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportFromVoxel(
	string project_file,
	string grid3d_file,
	string multi_voxset_attribute,
	ref string p_uuid_string,
	int p_uuid_string_len
)

public static void ImportFromVoxel(
	string project_file,
	string grid3d_file,
	string multi_voxset_attribute,
	ref string p_uuid_string,
	int p_uuid_string_len
)

Parameters

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
p_uuid_string_len
Type: SystemInt32
Size of UUID string
See Also