GM_DBUtil . DBIsDatabaseFile Method
Indicates if the input file is a database (Esri geodatabase, Spatialite, etc.)

Namespace:GlobalMapper.Database
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    static
                                    bool
                                    DBIsDatabaseFile
                                    (
                                    string
                                    aFileName
)
                                

Parameters

aFileName
Type:  System . String
IN: The file name

Return Value

Type:  Boolean
Whether or not the specified file is a Database
See Also