 | CVOXIGetMultiVoxsetGUID Method (CGXNETCore, String, String, Int32) |
Get the UUID
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetMultiVoxsetGUID(
CGXNETCore gxNetShared,
string voxel_file,
ref string p_uuid_string,
int p_uuid_string_len
)
public static void IGetMultiVoxsetGUID(
CGXNETCore gxNetShared,
string voxel_file,
ref string p_uuid_string,
int p_uuid_string_len
)
Public Shared Sub IGetMultiVoxsetGUID (
gxNetShared As CGXNETCore,
voxel_file As String,
ByRef p_uuid_string As String,
p_uuid_string_len As Integer
)
Public Shared Sub IGetMultiVoxsetGUID (
gxNetShared As CGXNETCore,
voxel_file As String,
ByRef p_uuid_string As String,
p_uuid_string_len As Integer
)
public:
static void IGetMultiVoxsetGUID(
CGXNETCore^ gxNetShared,
String^ voxel_file,
String^% p_uuid_string,
int p_uuid_string_len
)
public:
static void IGetMultiVoxsetGUID(
CGXNETCore^ gxNetShared,
String^ voxel_file,
String^% p_uuid_string,
int p_uuid_string_len
)
static member IGetMultiVoxsetGUID :
gxNetShared : CGXNETCore *
voxel_file : string *
p_uuid_string : string byref *
p_uuid_string_len : int -> unit
static member IGetMultiVoxsetGUID :
gxNetShared : CGXNETCore *
voxel_file : string *
p_uuid_string : string byref *
p_uuid_string_len : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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