DK11 for Delphi | GisCsBase.TGIS_CSAreaList.Add | Overloads | Constructors | Methods | Properties
Add new item into the list.
// Delphi public function Add( const _epsg : Integer; const _name : String ) : TGIS_CSArea; overload; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSArea* Add( const int _epsg, const UnicodeString _name ) /* overload */;
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool |
_name | String | area name |
Type | Description |
---|---|
TGIS_CSArea | Newly created object. |