User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.Items property

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

Items in the shortest path.

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

Syntax

// C#
public TGIS_ShortestPathLink Items[_idx int]
{
  get {}
}
' VisualBasic
Public Property Items(ByVal  _idx As Integer] As TGIS_ShortestPathLink
  Get
  End Get
End Property
// Oxygene
public
  property Items[ _idx : Integer ] : TGIS_ShortestPathLink read;

Parameters

Name Type Description
_idx int
Integer
index of the path

Value

2022/11/30 19:27

Page Tools