User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shortestpath.roadname

Table of Contents

ITGIS_ShortestPath.RoadName property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ShortestPath.RoadName | Methods | Properties

Field for the feature name.

Available also on: Delphi | .NET | Java | 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:10

Page Tools