User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_csabstractlist.alias_integer_integer

Table of Contents

TGIS_CSAbstractList.Alias method

Defines an alias relationship between two existing items.

Syntax

# Python
def Alias(
  self,
  _epsg: int,
  _master: int
) -> None: 

Parameters

Name Type Description
_epsg int EPSG code of the object that becomes an alias.
_master int EPSG code of the master object referenced by the alias.
2026/08/30 01:16

Page Tools