User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.LinkCostEvent event

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

Event which will be fired upon creating a network. Fired upon building a network.

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

Syntax

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

Value

References

2022/11/30 19:27

Page Tools