Click or drag to resize

CVOX.IGetMultiVoxsetGUID Method (String, String, Int32)

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,
	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: System.String
Input Voxel file
p_uuid_string
Type: System.String
UUID string returned
p_uuid_string_len
Type: System.Int32
Size of UUID string
See Also