User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.buildproject_igis_viewer

Table of Contents

TGIS_Config.BuildProject method

DK11 for Delphi | GisConfig.TGIS_Config.BuildProject | Constructors | Fields | Methods | Properties

Build project file based on current project and list of layers attached to the Viewer.

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

Syntax

// Delphi
public
  procedure BuildProject(
    const _viewer : IGIS_Viewer
  ); virtual;
// C++ Builder
public:
  virtual void BuildProject(
    IGIS_Viewer* const _viewer
  );

Parameters

Name Type Description
_viewer IGIS_Viewer viewer for which project will be constructed
2022/11/16 01:14

Page Tools