DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.PreRecognize | Constructors | Fields | Methods | Properties | Events
Check if layer can read a file.
// C# public virtual bool PreRecognize( string _path, string _storage, int _sqlType );
' VisualBasic Public Overridable Function PreRecognize( ByVal _path As String, ByVal _storage As String, ByVal _sqlType As Integer ) As Boolean
// Oxygene public function PreRecognize( _path : String; _storage : String; _sqlType : Integer ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_path | string String | file path to open |
_storage | string String | storage name from the file |
_sqlType | int Integer | sql type from the file |
Type | Description |
---|---|
bool Boolean | True if configuration to database is supported. |