 | CBFiCheckFileUNC Method |
Note: This API is now obsolete.
Check if this is UNICODE file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iCheckFileUNC(
CGXNETCore gxNetShared,
string file
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iCheckFileUNC(
CGXNETCore gxNetShared,
string file
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function iCheckFileUNC (
gxNetShared As CGXNETCore,
file As String
) As Integer
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function iCheckFileUNC (
gxNetShared As CGXNETCore,
file As String
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static int iCheckFileUNC(
CGXNETCore^ gxNetShared,
String^ file
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static int iCheckFileUNC(
CGXNETCore^ gxNetShared,
String^ file
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member iCheckFileUNC :
gxNetShared : CGXNETCore *
file : string -> int
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member iCheckFileUNC :
gxNetShared : CGXNETCore *
file : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
File name to open ("" is a temporary file)
Return Value
Type:
Int32
RemarksWas not implemented.
See Also