DK11 for Python | tatukgis.pdk.TGIS_CSUnitsList.AddAuto | Constructors | Methods | Properties
Add a new item into the list.
# Python def AddAuto( self _epsg: int _wkt: str _subunits: int ) -> tatukgis.pdk.TGIS_CSUnits:
Name | Type | Description |
---|---|---|
_epsg | int | EPSG code for the unit; if 0 then EPSG will be assigned from user defined, temporary pool |
_wkt | str | WKT name for the unit |
_subunits | int | list of units in a set ordered by factor; if contains areal units then order should be by squared factor of all units except areas |
Type | Description |
---|---|
tatukgis.pdk.TGIS_CSUnits | Newly created object. |