User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_shortestpath.storagepath

Table of Contents

TGIS_ShortestPath.StoragePath property

Forced storage path.

Syntax

# Python
@property
def StoragePath(
  self
) -> str: 
 
@StoragePath.setter
def StoragePath(
  self,
  _value: str
) -> None: 

Value

Type
str

Remarks

Provide full path name (including file name) if you want to force different network storage location then default (which is same as layer's Path).

2026/05/25 22:02

Page Tools