User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_configfactory.isproject_string

Table of Contents

TGIS_ConfigFactory.IsProject method

DK11 for Java | tatukgis.jdk.TGIS_ConfigFactory.IsProject | Methods

Check if a config is a project.

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

Syntax

// Java
public static bool IsProject(
  java.lang.String _path
);
// Oxygene
public
  class function IsProject(
    _path : String
  ) : Boolean;

Parameters

Name Type Description
_path java.lang.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:40

Page Tools