User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.NodeHeuristicCostEvent event

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

Event which will be fired upon calculation of heuristic cost.

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

Syntax

// C#
public event TGIS_NodeHeuristicCostEvent NodeHeuristicCostEvent
{
  add {}
  remove {}
}
' VisualBasic
Public Custom Event NodeHeuristicCostEvent As TGIS_NodeHeuristicCostEvent
  AddHandler(ByVal value As TGIS_NodeHeuristicCostEvent)
  End AddHandler
  RemoveHandler(ByVal value As TGIS_NodeHeuristicCostEvent)
  End RemoveHandler
End Event
// Oxygene
public
  event NodeHeuristicCostEvent : TGIS_NodeHeuristicCostEvent add remove;

Value

2022/11/30 19:27

Page Tools