 | CSTRIGetMFile Method (CGXNETCore, String, String, Int32, 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
Syntaxpublic static void IGetMFile(
CGXNETCore gxNetShared,
string in_str,
ref string out_str,
int size,
int index
)
public static void IGetMFile(
CGXNETCore gxNetShared,
string in_str,
ref string out_str,
int size,
int index
)
Public Shared Sub IGetMFile (
gxNetShared As CGXNETCore,
in_str As String,
ByRef out_str As String,
size As Integer,
index As Integer
)
Public Shared Sub IGetMFile (
gxNetShared As CGXNETCore,
in_str As String,
ByRef out_str As String,
size As Integer,
index As Integer
)
public:
static void IGetMFile(
CGXNETCore^ gxNetShared,
String^ in_str,
String^% out_str,
int size,
int index
)
public:
static void IGetMFile(
CGXNETCore^ gxNetShared,
String^ in_str,
String^% out_str,
int size,
int index
)
static member IGetMFile :
gxNetShared : CGXNETCore *
in_str : string *
out_str : string byref *
size : int *
index : int -> unit
static member IGetMFile :
gxNetShared : CGXNETCore *
in_str : string *
out_str : string byref *
size : int *
index : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - in_str
- Type: SystemString
Input multifile string - out_str
- Type: SystemString
Output filepath string - size
- Type: SystemInt32
Sizeof 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