DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAreaList.Add_2 | Methods | Properties
Add new item into the list.
// C# public ITGIS_CSArea Add_2( int _epsg, WideString _name, double _xmin, double _ymin, double _xmax, double _ymax );
' VisualBasic Public Function Add_2( ByVal _epsg As Integer, ByVal _name As WideString, ByVal _xmin As Double, ByVal _ymin As Double, ByVal _xmax As Double, ByVal _ymax As Double ) As ITGIS_CSArea
// Oxygene public function Add_2( _epsg : Integer; _name : WideString; _xmin : Double; _ymin : Double; _xmax : Double; _ymax : Double ) : 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 bounds |
_xmin | double Double | area bounds |
_ymin | double Double | area bounds |
_xmax | double Double | area bounds |
_ymax | double Double | area bounds |
Type | Description |
---|---|
ITGIS_CSArea | Newly created object. |