DK11 for Python | tatukgis.pdk.TGIS_Layer.PreRecognize | Constructors | Methods | Properties | Events
Checks if the layer can read the file.
# Python def PreRecognize( self, _path: str, _new_path: VarParameter ) -> bool:
Name | Type | Description |
---|---|---|
_path | str | file path to open |
_new_path | str | new path extracted from the file to open |
Type | Description |
---|---|
bool | True if the layer can read the file |