User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.relativepath_widestring

Table of Contents

ITGIS_Config.RelativePath method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.RelativePath | Methods | Properties

Computes path relative to configuration file.

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

Syntax

// C#
public WideString RelativePath(
  WideString _path
);
' VisualBasic
Public Function RelativePath(
  ByVal _path As WideString
) As WideString
// Oxygene
public
  function RelativePath(
    _path : WideString
  ) : WideString;

Parameters

Name Type Description
_path WideString path to be relative

Result

Type Description
WideString relative path
2022/11/16 01:08

Page Tools