Click or drag to resize
CSTRIGetMFile Method (CGXNETCore, String, String, Int32)
Get the indexed filepath from a multiple filepath string

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The multifile string must use '|' as a delimiter. Do not pass a string after calling iTokenize_STR.
Syntax
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
See Also