DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.Alias | Constructors | Methods | Properties
Define alias between two items.
// Delphi public procedure Alias( const _epsg : Integer; const _master : Integer ); virtual;
// C++ Builder public: virtual void Alias( const int _epsg, const int _master );
Name | Type | Description |
---|---|---|
_epsg | Integer | code of the object which is an alias for the master object. |
_master | Integer | code of the master item |