Available also on: Delphi | .NET | Java | ActiveX.
Defines an alias relationship between two existing items.
# Python def Alias( self, _epsg: int, _master: int ) -> None:
| 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. |