User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_aliaslist.resolve_string

Table of Contents

TGIS_AliasList.Resolve method

DK for .NET | TatukGIS.NDK.TGIS_AliasList.Resolve | Constructors | Methods

Resolve alias.

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

Syntax

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

Parameters

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

Result

Type Description
string
String
string with all aliases resolved/expanded
2025/01/31 01:10

Page Tools