Click or drag to resize

CVOXIGetMultiVoxsetGUID Method (String, String, Int32)

Get the UUID

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void IGetMultiVoxsetGUID(
	string voxel_file,
	ref string p_uuid_string,
	int p_uuid_string_len
)

public static void IGetMultiVoxsetGUID(
	string voxel_file,
	ref string p_uuid_string,
	int p_uuid_string_len
)

Parameters

voxel_file
Type: SystemString
Input Voxel file
p_uuid_string
Type: SystemString
UUID string returned
p_uuid_string_len
Type: SystemInt32
Size of UUID string
See Also