DK11 for Delphi | GisCsProjections.TGIS_CSProjList.Add | Constructors | Methods | Properties
Add new item into the list.
// Delphi public procedure Add( const _prj : TGIS_CSProjAbstract; const _master : Integer ); reintroduce; virtual;
// C++ Builder public: virtual void Add( TGIS_CSProjAbstract* const _prj, const int _master );
Name | Type | Description |
---|---|---|
_prj | TGIS_CSProjAbstract | projection object |
_master | Integer | if > 0 then EPSG code of the master item (for creating alias) |