User Tools

Site Tools


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

Table of Contents

TGIS_CSAbstractList.AddAlias method

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

Adds a new alias item for an existing definition.

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 assigned to the alias definition.
_wkt string
String
WKT name assigned to the alias definition.
_master int
Integer
EPSG code of the master definition referenced by the alias.
2026/07/11 00:54

Page Tools