 | CIMGiIsValidIMGFile Method |
Is this a valid IMG file?
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iIsValidIMGFile(
string file
)
public static int iIsValidIMGFile(
string file
)
Public Shared Function iIsValidIMGFile (
file As String
) As Integer
Public Shared Function iIsValidIMGFile (
file As String
) As Integer
public:
static int iIsValidIMGFile(
String^ file
)
public:
static int iIsValidIMGFile(
String^ file
)
static member iIsValidIMGFile :
file : string -> int
static member iIsValidIMGFile :
file : string -> int
Parameters
- file
- Type: SystemString
File to check
Return Value
Type:
Int32
See Also