User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.HeuristicThreshold property

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

Threshold of starting node seeking area. Treat it as "seeking circle" for better route at a staring node. It will allow to seek for better alternative paths at a starting location.

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

Syntax

// C#
public Double HeuristicThreshold
{
  get {}
  set {}
}
' VisualBasic
Public Property HeuristicThreshold As Double
  Get
  End Get
  Set(ByVal value As Double)
  End Set
End Property
// Oxygene
public
  property HeuristicThreshold : Double read read;

Value

Type
double
Double

Remarks

Valid only for HeuristicCostMode = TGIS_HeuristicMode.Adaptive

2022/11/30 19:27

Page Tools