User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shortestpath.storagepath

Table of Contents

ITGIS_ShortestPath.StoragePath property

DK for ActiveX | TatukGIS_XDK11.ITGIS_ShortestPath.StoragePath | Methods | Properties

Forced network storage path.

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

Page Tools