User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.LinkDynamicEvent event

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

Event which will be fired upon traversing link.

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

Syntax

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

Value

References

2022/11/30 19:27

Page Tools