DK for Python | tatukgis_pdk.TGIS_CSAbstractList.Alias | Constructors | Methods | Properties
Define alias between two items.
# Python def Alias( self, _epsg: int, _master: int ) -> None:
| Name | Type | Description |
|---|---|---|
| _epsg | int | code of the object which is an alias for the master object. |
| _master | int | code of the master item |