User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.prerecognize_widestring_widestring

Table of Contents

ITGIS_Layer.PreRecognize method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.PreRecognize | Methods | Properties

Checks if the layer can read the file.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Parameters

Name Type Description
_path WideString file path to open
_new_path WideString new path extracted from the file to open

Result

Type Description
WordBool True if the layer can read the file
2022/11/16 01:09

Page Tools