User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_aliaslist.get_string

Table of Contents

TGIS_AliasList.Get method

DK11 for Java | tatukgis.jdk.TGIS_AliasList.Get | Constructors | Methods

Get alias.

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

Syntax

// Java
public java.lang.String Get(
  java.lang.String _alias
);
// Oxygene
public
  function Get(
    _alias : String
  ) : String;

Parameters

Name Type Description
_alias java.lang.String
String
name of the alias (case insensitive)

Result

Type Description
java.lang.String
String
value of the alias
2022/11/16 01:39

Page Tools