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