Click or drag to resize

CVOXIGetMultiVoxsetGUID Method (String, String)

Get the UUID

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

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

Parameters

voxel_file
Type: SystemString
Input Voxel file
p_uuid_string
Type: SystemString
UUID string returned
See Also