DK11 for .NET | TatukGIS.NDK.TGIS_CSAreaList.Add | Overloads | Constructors | Methods | Properties
Add new item into the list.
// C# public virtual TGIS_CSArea Add( int _epsg, string _name );
' VisualBasic Public Overridable Function Add( ByVal _epsg As Integer, ByVal _name As String ) As TGIS_CSArea
// Oxygene public function Add( _epsg : Integer; _name : String ) : TGIS_CSArea; reintroduce; virtual;
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 | string String | area name |
Type | Description |
---|---|
TGIS_CSArea | Newly created object. |