User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.projectfile

Table of Contents

IGIS_Viewer.ProjectFile property

DK11 for ActiveX | TatukGIS_XDK11.IGIS_Viewer.ProjectFile | Methods | Properties

Project file itself as opened in Open procedure.

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

Syntax

// C#
public TGIS_ConfigAbstract ProjectFile
{
  get {}
  set {}
}
' VisualBasic
Public Property ProjectFile As TGIS_ConfigAbstract
  Get
  End Get
  Set(ByVal value As TGIS_ConfigAbstract)
  End Set
End Property
// Oxygene
public
  property ProjectFile : TGIS_ConfigAbstract read read;

Value

2022/11/16 01:08

Page Tools