User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_shortestpath.pathevent

Table of Contents

TGIS_ShortestPath.PathEvent event

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

Syntax

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

Value

2026/05/25 22:02

Page Tools