Click or drag to resize

GM_DBUtilDBIsDatabaseFile Method

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

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static bool DBIsDatabaseFile(
	string aFileName
)

Parameters

aFileName
Type: SystemString
IN: The file name

Return Value

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