User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.StartPos method

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

Set a start position for the shortest path.

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

Syntax

// C#
public void StartPos(
  TGIS_Point _ptg,
  double _prec
);
' VisualBasic
Public Sub StartPos(
  ByVal _ptg As TGIS_Point,
  ByVal _prec As Double
)
// Oxygene
public
  procedure StartPos(
    _ptg : TGIS_Point;
    _prec : Double
  );

Parameters

Name Type Description
_ptg TGIS_Point start position
_prec double
Double
precision of localization

Remarks

Obsolete function. Use Find() instead.

2022/11/30 19:27

Page Tools