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)

C#
public static bool DBIsDatabaseFile ( string aFileName )
Parameters
- aFileName
-
Type:
System
.
String
IN: The file name
Return Value
Type: BooleanWhether or not the specified file is a Database
