DK11 for .NET | TatukGIS.NDK.TGIS_ShortestPath.NodeHeuristicCostEvent | Constructors | Fields | Methods | Properties | Events
Event which will be fired upon calculation of heuristic cost.
// 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;