User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.RoadName property

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

Field for the feature name.

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

Syntax

// C#
public String RoadName
{
  get {}
  set {}
}
' VisualBasic
Public Property RoadName As String
  Get
  End Get
  Set(ByVal value As String)
  End Set
End Property
// Oxygene
public
  property RoadName : String read read;

Value

Type
string
String

Remarks

Default is 'name'. See Create method for example.

2022/11/30 19:27

Page Tools