User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.HeuristicMode property

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

Mode of heuristic operation.

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

Syntax

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

Value

2022/11/30 19:27

Page Tools