User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csabstractlist.addalias_integer_string_integer

Table of Contents

TGIS_CSAbstractList.AddAlias method

DK11 for .NET | TatukGIS.NDK.TGIS_CSAbstractList.AddAlias | Constructors | Methods | Properties

Add new item being alias to an existing one.

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

Syntax

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

Parameters

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

Page Tools