User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstractlist.addalias_integer_widestring_integer

Table of Contents

ITGIS_CSAbstractList.AddAlias method

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

Add new item being alias to an existing one.

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

Syntax

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

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the unit
_wkt WideString WKT name for the unit
_master int
Integer
code of the master item
2022/11/16 01:08

Page Tools