Opens a GSB file whose contents is exported to a BNA, MIF/MID, SHP, or TAB file.
Syntax
intl pipExportOpen ( pipExporter exp_h, pstr gsbFilename, intl
flags );
Arguments
exp_h
The handle returned by pipExportInitBNA, pipExportInitMIF, pipExportInitShape, or pipExportInitTab for the current export process. Input.
gsbFilename
The complete path and filename of the Spatial+ object file (GSB file) being exported. Input.
flags
Settings to determine how the GSB file should be opened. Input.
PIP_OPEN_LARGE_CACHE | Open file with up to 20 MB cache |
PIP_OPEN_MEDIUM_CACHE | Open file with up to 2 MB cache |
PIP_OPEN_NO_CACHE | Open file with no cache |
Return Value
PIP_OK
PIP_ERROR
Prerequisites
pipExportInitBNA, pipExportInitMIF, pipExportInitShape, or pipExportInitTab
Alternates
None
Notes
This function opens a GSB file in order to export the file's contents to a BNA, MIF/MID, SHP, or TAB file.
A GSB file contains Spatial+ objects. The supported structure of an ESRI BNA file is detailed in ESRI BNA Format, and the MapInfo MIF/MID format is discussed in MapInfo® MIF/MID Format.
Example
See pipExportInitMIF