Click or drag to resize

CGISiIsMIRasterTabFile Method

Returns TRUE if file is a MapInfo Raster TAB file.

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

public static int iIsMIRasterTabFile(
	string tab
)

Parameters

tab
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