 | CIMGiIsValidIMGFileEx Method (CGXNETCore, String, String) |
Is this a valid IMG file? Returns error message if it cannot be opened for any reason.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iIsValidIMGFileEx(
CGXNETCore gxNetShared,
string file,
ref string err_msg
)
public static int iIsValidIMGFileEx(
CGXNETCore gxNetShared,
string file,
ref string err_msg
)
Public Shared Function iIsValidIMGFileEx (
gxNetShared As CGXNETCore,
file As String,
ByRef err_msg As String
) As Integer
Public Shared Function iIsValidIMGFileEx (
gxNetShared As CGXNETCore,
file As String,
ByRef err_msg As String
) As Integer
public:
static int iIsValidIMGFileEx(
CGXNETCore^ gxNetShared,
String^ file,
String^% err_msg
)
public:
static int iIsValidIMGFileEx(
CGXNETCore^ gxNetShared,
String^ file,
String^% err_msg
)
static member iIsValidIMGFileEx :
gxNetShared : CGXNETCore *
file : string *
err_msg : string byref -> int
static member iIsValidIMGFileEx :
gxNetShared : CGXNETCore *
file : string *
err_msg : string byref -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
File to check - err_msg
- Type: SystemString
Error message registered if unable to open
Return Value
Type:
Int32
See Also