Click or drag to resize

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
Syntax
public 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
)

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