User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shortestpath.loadthedata_tgis_layervector

Table of Contents

TGIS_ShortestPath.LoadTheData method

DK11 for .NET | TatukGIS.NDK.TGIS_ShortestPath.LoadTheData | Constructors | Fields | Methods | Properties | Events

Load data from the layer. Upon first run create a persistent storage (files responsible to store network)

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

Syntax

// C#
public void LoadTheData(
  TGIS_LayerVector _layer
);
' VisualBasic
Public Sub LoadTheData(
  ByVal _layer As TGIS_LayerVector
)
// Oxygene
public
  procedure LoadTheData(
    _layer : TGIS_LayerVector
  );

Parameters

Name Type Description
_layer TGIS_LayerVector layer that is the source of the data

Remarks

See Create for example.

2022/11/30 19:27

Page Tools