DK11 for Python | tatukgis.pdk.TGIS_CSAreaList.Fix | Constructors | Methods | Properties
Fix item by substituting exiting item based on EPSG code.
# Python def Fix( self _epsg: int _name: str ) -> tatukgis.pdk.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 |
---|---|
tatukgis.pdk.TGIS_CSArea | Fixed object. |