GM_DBUtilDBIsDatabaseFile Method |
Indicates if the input file is a database (Esri geodatabase, Spatialite, etc.)
Namespace:
GlobalMapper.Database
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static bool DBIsDatabaseFile(
string aFileName
)
Public Shared Function DBIsDatabaseFile (
aFileName As String
) As Boolean
public:
static bool DBIsDatabaseFile(
String^ aFileName
)
Parameters
- aFileName
- Type: SystemString
IN: The file name
Return Value
Type:
BooleanWhether or not the specified file is a Database
See Also