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.
// 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;
Type |
---|
TGIS_LinkEvent |