sagent100 wrote:
> Hi,
> Is it possible to know the table type once this is opened ?
> Ex: Native, View, Raster, etc
>
In C++, you can use the IMapInfoFile::GetFileClass() method after
opening a dataset and it will return you one of:
typedef enum
{
TABFC_IMapInfoFile = 0,
TABFC_TABFile,
TABFC_TABView,
TABFC_TABSeamless,
TABFC_MIFFile
} TABFileClass;
There is no mapping for this in the C API at the moment, but that could
easily be added. Feel free to file a enhancement bug about this in
bugzilla if you need it.
Daniel
--
Daniel Morissette
http://www.mapgears.com/
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/mitab/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/mitab/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/