DK11 for Java | tatukgis.jdk.TGIS_Layer.PreRecognize | Constructors | Fields | Methods | Properties | Events
Checks if the layer can read the file.
// Java public bool PreRecognize( java.lang.String _path, /* ref */ @ValueTypeParameter VarParameter<java.lang.String> _new_path );
// Oxygene public function PreRecognize( _path : String; var _new_path : String ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_path | java.lang.String String | file path to open |
_new_path | java.lang.String String | new path extracted from the file to open |
Type | Description |
---|---|
bool Boolean | True if the layer can read the file |