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