User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.PathEvent event

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

Event which will be fired on each link of the discovered shortest path. But will be reported in reverse order.

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

Syntax

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

Value

2022/11/30 19:27

Page Tools