User Tools

Site Tools


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

TGIS_ShortestPath.Find method

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

Find path between two existing nodes.

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

Syntax

// C#
public bool Find(
  TGIS_Point _from,
  TGIS_Point _to
);
' VisualBasic
Public Function Find(
  ByVal _from As TGIS_Point,
  ByVal _to As TGIS_Point
) As Boolean
// Oxygene
public
  function Find(
    _from : TGIS_Point;
    _to : TGIS_Point
  ) : Boolean;

Parameters

Name Type Description
_from TGIS_Point start node
_to TGIS_Point end node

Result

Type Description
bool
Boolean
True if a path has been found.

Remarks

Function will update network with geocoded addresses from layer named 'TGIS_Geocoding' . See TGIS_Geocoding.

References

2022/11/30 19:27

Page Tools