Click or drag to resize
CIMGiIsValidIMGFileEx Method (CGXNETCore, String, String)
Is this a valid IMG file? Returns error message if it cannot be opened for any reason.

Available since Oasis montaj version: 8.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iIsValidIMGFileEx(
	CGXNETCore gxNetShared,
	string file,
	ref string err_msg
)

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