DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAreaList.Add | Methods | Properties
Add new item into the list.
// C# public ITGIS_CSArea Add( int _epsg, WideString _name );
' VisualBasic Public Function Add( ByVal _epsg As Integer, ByVal _name As WideString ) As ITGIS_CSArea
// Oxygene public function Add( _epsg : Integer; _name : WideString ) : ITGIS_CSArea;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool |
_name | WideString | area name |
Type | Description |
---|---|
ITGIS_CSArea | Newly created object. |