Click or drag to resize

CVOXIGetMultiVoxsetGUID Method (CGXNETCore, String, String)

Get the UUID

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
voxel_file
Type: SystemString
Input Voxel file
p_uuid_string
Type: SystemString
UUID string returned
See Also