User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.prerecognize_string_string

Table of Contents

TGIS_Layer.PreRecognize method

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.PreRecognize | Constructors | Fields | Methods | Properties | Events

Checks if the layer can read the file.

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

Syntax

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

Parameters

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

Result

Type Description
bool
Boolean
True if the layer can read the file
2022/11/16 01:31

Page Tools