User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_configfactory.isproject_widestring

Table of Contents

ITGIS_ConfigFactory.IsProject method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ConfigFactory.IsProject | Methods

Check if a config is a project.

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

Syntax

// C#
public WordBool IsProject(
  WideString _path
);
' VisualBasic
Public Function IsProject(
  ByVal _path As WideString
) As WordBool
// Oxygene
public
  function IsProject(
    _path : WideString
  ) : WordBool;

Parameters

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

Result

Type Description
WordBool new config instance
2022/11/16 01:08

Page Tools