 | CIMGiIsValidIMGFileEx Method (String, String, Int32) |
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,
int buff_size
)
public static int iIsValidIMGFileEx(
string file,
ref string err_msg,
int buff_size
)
Public Shared Function iIsValidIMGFileEx (
file As String,
ByRef err_msg As String,
buff_size As Integer
) As Integer
Public Shared Function iIsValidIMGFileEx (
file As String,
ByRef err_msg As String,
buff_size As Integer
) As Integer
public:
static int iIsValidIMGFileEx(
String^ file,
String^% err_msg,
int buff_size
)
public:
static int iIsValidIMGFileEx(
String^ file,
String^% err_msg,
int buff_size
)
static member iIsValidIMGFileEx :
file : string *
err_msg : string byref *
buff_size : int -> int
static member iIsValidIMGFileEx :
file : string *
err_msg : string byref *
buff_size : int -> int
Parameters
- file
- Type: SystemString
File to check - err_msg
- Type: SystemString
Error message registered if unable to open - buff_size
- Type: SystemInt32
Error message Buffer Size
Return Value
Type:
Int32
See Also