User Tools

Site Tools


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

Table of Contents

TGIS_CSAbstractList.Alias method

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

Define alias between two 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
code of the object which is an alias for the master object.
_master int
Integer
code of the master item
2024/12/20 22:24

Page Tools