User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_aliaslist.resolve_widestring

Table of Contents

ITGIS_AliasList.Resolve method

DK for ActiveX | TatukGIS_XDK11.ITGIS_AliasList.Resolve | Methods

Resolve alias.

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

Syntax

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

Parameters

Name Type Description
_string WideString String in a form of 'text <#ALIAS1#> text <<#ALIAS2#> text'

Result

Type Description
WideString string with all aliases resolved/expanded
2025/01/31 01:03

Page Tools