User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shortestpath.regenerate_itgis_layervector

Table of Contents

ITGIS_ShortestPath.Regenerate method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ShortestPath.Regenerate | Methods | Properties

Recreate network (including network storage files).

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

Syntax

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

Parameters

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

Remarks

Internally calls LoadTheData.

2022/11/30 19:10

Page Tools