Click or drag to resize

CSTRIGetMFile Method (CGXNETCore, String, String, Int32)

Get the indexed filepath from a multiple filepath string

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IGetMFile(
	CGXNETCore gxNetShared,
	string in_str,
	ref string out_str,
	int index
)

public static void IGetMFile(
	CGXNETCore gxNetShared,
	string in_str,
	ref string out_str,
	int index
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
in_str
Type: SystemString
Input multifile string
out_str
Type: SystemString
Output filepath string
index
Type: SystemInt32
Index of file
Remarks
The multifile string must use '|' as a delimiter. Do not pass a string after calling iTokenize_STR.
See Also