User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csabstractlist.alias_integer_integer

Table of Contents

TGIS_CSAbstractList.Alias method

DK for Java | tatukgis.jdk.TGIS_CSAbstractList.Alias | Constructors | Methods | Properties

Defines an alias relationship between two existing items.

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

Syntax

// Java
public void Alias(
  int _epsg,
  int _master
);
// Oxygene
public
  procedure Alias(
    _epsg : Integer;
    _master : Integer
  ); virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code of the object that becomes an alias.
_master int
Integer
EPSG code of the master object referenced by the alias.
2026/07/05 02:22

Page Tools