User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shortestpath.heuristicthreshold

Table of Contents

TGIS_ShortestPath.HeuristicThreshold property

DK11 for Python | tatukgis.pdk.TGIS_ShortestPath.HeuristicThreshold | Constructors | Methods | Properties | Events | 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 | .NET | Java | ActiveX.

Syntax

# Python
@property
def HeuristicThreshold(
  self
) -> float: 
 
@HeuristicThreshold.setter
def HeuristicThreshold(
  self,
  _value: float
) -> None: 

Value

Type
float

Remarks

Valid only for HeuristicCostMode = TGIS_HeuristicMode.Adaptive

2023/08/09 01:59

Page Tools