DK for .NET | TatukGIS.NDK.TGIS_CSAbstractList.Alias | Constructors | Methods | Properties
Defines an alias relationship between two existing items.
// C# public virtual void Alias( int _epsg, int _master );
' VisualBasic Public Overridable Sub Alias( ByVal _epsg As Integer, ByVal _master As Integer )
// Oxygene public procedure Alias( _epsg : Integer; _master : Integer ); virtual;
| Name | Type | Description |
|---|---|---|
| _epsg | int Integer | EPSG code of the object that becomes an alias. |
| _master | int Integer | EPSG code of the master object referenced by the alias. |