DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.AddAlias | Constructors | Methods | Properties
Add new item being alias to an existing one.
// Delphi public procedure AddAlias( const _epsg : Integer; const _wkt : String; const _master : Integer ); virtual;
// C++ Builder public: virtual void AddAlias( const int _epsg, const UnicodeString _wkt, const int _master );
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the unit |
_wkt | String | WKT name for the unit |
_master | Integer | code of the master item |