User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_configfactory.isproject_string

Table of Contents

TGIS_ConfigFactory.IsProject method

DK11 for .NET | TatukGIS.NDK.TGIS_ConfigFactory.IsProject | Methods

Check if a config is a project.

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

Syntax

// C#
public static static bool IsProject(
  string _path
);
' VisualBasic
Public Static Shared Function IsProject(
  ByVal _path As String
) As Boolean
// Oxygene
public
  class function IsProject(
    _path : String
  ) : Boolean;

Parameters

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

Result

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

Page Tools