 | CGISiIsMIMapFile Method |
Returns TRUE if file is a MapInfo MAP file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iIsMIMapFile(
CGXNETCore gxNetShared,
string map
)
public static int iIsMIMapFile(
CGXNETCore gxNetShared,
string map
)
Public Shared Function iIsMIMapFile (
gxNetShared As CGXNETCore,
map As String
) As Integer
Public Shared Function iIsMIMapFile (
gxNetShared As CGXNETCore,
map As String
) As Integer
public:
static int iIsMIMapFile(
CGXNETCore^ gxNetShared,
String^ map
)
public:
static int iIsMIMapFile(
CGXNETCore^ gxNetShared,
String^ map
)
static member iIsMIMapFile :
gxNetShared : CGXNETCore *
map : string -> int
static member iIsMIMapFile :
gxNetShared : CGXNETCore *
map : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - map
- Type: SystemString
Name of input map file
Return Value
Type:
Int32
0 if not a MapInfo MAP file
1 if it is.
Remarks
It is important not to overwrite a MapInfo MAP file
with a Geosoft one. Use this function to test the MAP
file (looks at the first few bytes).
See Also