DK11 for .NET | TatukGIS.NDK.TGIS_CSAbstractList.Alias | Constructors | Methods | Properties
Define alias between two 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 | code of the object which is an alias for the master object. |
_master | int Integer | code of the master item |