User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.buildproject_igis_viewer

Table of Contents

TGIS_Config.BuildProject method

DK for .NET | TatukGIS.NDK.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: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual void BuildProject(
  IGIS_Viewer _viewer
);
' VisualBasic
Public Overridable Sub BuildProject(
  ByVal _viewer As IGIS_Viewer
)
// Oxygene
public
  procedure BuildProject(
    _viewer : IGIS_Viewer
  ); virtual;

Parameters

Name Type Description
_viewer IGIS_Viewer viewer for which project will be constructed
2025/01/31 01:10

Page Tools