Click or drag to resize
CGISiIsMIRasterTabFile Method
Returns TRUE if file is a MapInfo Raster TAB file.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iIsMIRasterTabFile(
	string str1
)

Parameters

str1
Type: SystemString
Name of input tab file

Return Value

Type: Int32
0 if not a MapInfo Raster TAB file 1 if it is.
See Also