User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstractlist.alias_integer_integer

Table of Contents

ITGIS_CSAbstractList.Alias method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.Alias | Methods | Properties

Define alias between two items.

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

Syntax

// C#
public void Alias(
  int _epsg,
  int _master
);
' VisualBasic
Public Sub Alias(
  ByVal _epsg As Integer,
  ByVal _master As Integer
)
// Oxygene
public
  procedure Alias(
    _epsg : Integer;
    _master : Integer
  );

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:15

Page Tools