 | CSYSITempFileExt Method (CGXNETCore, String, String) |
Generate a unique file name for this extension in the temp directory.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ITempFileExt(
CGXNETCore gxNetShared,
string ext,
ref string out
)
public static void ITempFileExt(
CGXNETCore gxNetShared,
string ext,
ref string out
)
Public Shared Sub ITempFileExt (
gxNetShared As CGXNETCore,
ext As String,
ByRef out As String
)
Public Shared Sub ITempFileExt (
gxNetShared As CGXNETCore,
ext As String,
ByRef out As String
)
public:
static void ITempFileExt(
CGXNETCore^ gxNetShared,
String^ ext,
String^% out
)
public:
static void ITempFileExt(
CGXNETCore^ gxNetShared,
String^ ext,
String^% out
)
static member ITempFileExt :
gxNetShared : CGXNETCore *
ext : string *
out : string byref -> unit
static member ITempFileExt :
gxNetShared : CGXNETCore *
ext : string *
out : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - ext
- Type: SystemString
Input extension (without .) - out
- Type: SystemString
Output name
RemarksThis is useful for created a unique tempory name for a file in the Geosoft temporary directory.
See Also