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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Returns 1 if: a) This is a MapInfo RASTER file b) A three-point warp is defined. c) The warp requires a rotation in order to exactly map the input and output warp points. The rotation must be at least 1.e-6 radians. This function will register an error (and return 0) if problems are encountered opening or reading the TAB file.
Syntax
public static int iIsMIRotatedRasterTabFile(
	string str1
)

Parameters

str1
Type: SystemString
Name of input tab file

Return Value

Type: Int32
0 if not a rotated MapInfo Raster TAB file 1 if it is (see conditions below).
See Also