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