User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_aliaslist.get_widestring

Table of Contents

ITGIS_AliasList.Get method

DK for ActiveX | TatukGIS_XDK11.ITGIS_AliasList.Get | Methods

Get alias.

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

Syntax

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

Parameters

Name Type Description
_alias WideString name of the alias (case insensitive)

Result

Type Description
WideString value of the alias
2025/01/31 01:03

Page Tools