User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.LinkTypeEvent event

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

Event which will be fired upon getting the type of each link. Type is value between 0 and 255. Fired upon building a network.

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

Syntax

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

Value

Remarks

LinkTypeEvent provides link type to be used together with CostModifiers.

References

2022/11/30 19:27

Page Tools