User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_3dflyover.loadfromfile_string

Table of Contents

TGIS_3DFlyOver.LoadFromFile method

DK for .NET | TatukGIS.NDK.TGIS_3DFlyOver.LoadFromFile | Constructors | Methods | Properties | Events

Loads the settings and cameras from an XML file.

Available also on: Delphi | ActiveX | Python.

Syntax

// C#
public void LoadFromFile(
  string _path
);
' VisualBasic
Public Sub LoadFromFile(
  ByVal _path As String
)
// Oxygene
public
  procedure LoadFromFile(
    _path : String
  );

Parameters

Name Type Description
_path string
String
path to the file
2025/01/31 01:10

Page Tools