DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.PreRecognize | Methods | Properties
Checks if the layer can read the file.
// C# public WordBool PreRecognize( WideString _path, ref WideString _new_path );
' VisualBasic Public Function PreRecognize( ByVal _path As WideString, ByRef _new_path As WideString ) As WordBool
// Oxygene public function PreRecognize( _path : WideString; var _new_path : WideString ) : WordBool;
Name | Type | Description |
---|---|---|
_path | WideString | file path to open |
_new_path | WideString | new path extracted from the file to open |
Type | Description |
---|---|
WordBool | True if the layer can read the file |