DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.Alias | Methods | Properties
Define alias between two items.
// C# public void Alias( int _epsg, int _master );
' VisualBasic Public Sub Alias( ByVal _epsg As Integer, ByVal _master As Integer )
// Oxygene public procedure Alias( _epsg : Integer; _master : Integer );
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 |