User Tools

Site Tools


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

Table of Contents

TGIS_AliasList.Get method

DK11 for .NET | TatukGIS.NDK.TGIS_AliasList.Get | Constructors | Methods

Get alias.

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

Syntax

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

Parameters

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

Result

Type Description
string
String
value of the alias
2022/11/16 01:27

Page Tools