User Tools

Site Tools


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

Table of Contents

TGIS_ShortestPath.StoragePath property

DK for .NET | TatukGIS.NDK.TGIS_ShortestPath.StoragePath | Constructors | Fields | Methods | Properties | Events

Forced network storage path.

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

Syntax

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

Value

Type
string
String

Remarks

Provide the full path name, including file name, to force a different network storage location than the default, which is the same as the layer's Path.

2026/07/11 01:10

Page Tools