User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_configfactory.isproject_string

Table of Contents

TGIS_ConfigFactory.IsProject method

DK11 for Delphi | GisConfig.TGIS_ConfigFactory.IsProject | Methods

Check if a config is a project.

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

Syntax

// Delphi
public
  class function IsProject(
    const _path : String
  ) : Boolean; static;
// C++ Builder
public:
  static bool IsProject(
    const UnicodeString _path
  );

Parameters

Name Type Description
_path String full path to project configuration file; can be empty; if so then only layer dependent files are to be used

Result

Type Description
Boolean new config instance
2022/11/16 01:14

Page Tools