DK for Python | tatukgis_pdk.TGIS_CSAreaList.Add | Overloads | Constructors | Methods | Properties
Add new item into the list.
# Python def Add( self, _epsg: int, _name: str ) -> TGIS_CSArea:
Name | Type | Description |
---|---|---|
_epsg | int | EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool |
_name | str | area name |
Type | Description |
---|---|
TGIS_CSArea | Newly created object. |