 | CSYSITransferPath Method (CGXNETCore, String, String) |
Transfers file path to new file name.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ITransferPath(
CGXNETCore gxNetShared,
string path_file,
ref string file
)
public static void ITransferPath(
CGXNETCore gxNetShared,
string path_file,
ref string file
)
Public Shared Sub ITransferPath (
gxNetShared As CGXNETCore,
path_file As String,
ByRef file As String
)
Public Shared Sub ITransferPath (
gxNetShared As CGXNETCore,
path_file As String,
ByRef file As String
)
public:
static void ITransferPath(
CGXNETCore^ gxNetShared,
String^ path_file,
String^% file
)
public:
static void ITransferPath(
CGXNETCore^ gxNetShared,
String^ path_file,
String^% file
)
static member ITransferPath :
gxNetShared : CGXNETCore *
path_file : string *
file : string byref -> unit
static member ITransferPath :
gxNetShared : CGXNETCore *
path_file : string *
file : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - path_file
- Type: SystemString
Input file path/name - file
- Type: SystemString
Output file name with path transfered
Remarks
The path and volume of from the input string is added to
file name from the output string.
See Also