DK11 for .NET | TatukGIS.NDK.TGIS_Layer.PreRecognize | Constructors | Fields | Methods | Properties | Events
Checks if the layer can read the file.
// C# public virtual bool PreRecognize( string _path, ref string _new_path );
' VisualBasic Public Overridable Function PreRecognize( ByVal _path As String, ByRef _new_path As String ) As Boolean
// Oxygene public function PreRecognize( _path : String; var _new_path : String ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_path | string String | file path to open |
_new_path | string String | new path extracted from the file to open |
Type | Description |
---|---|
bool Boolean | True if the layer can read the file |