DK11 for Python | tatukgis.pdk.TGIS_CSAbstractList.ByEPSG | Constructors | Methods | Properties
Find object on the list based on EPSG code.
# Python def ByEPSG( self, _epsg: int ) -> TGIS_CSAbstract:
Name | Type | Description |
---|---|---|
_epsg | int | EPSG code |
Type | Description |
---|---|
TGIS_CSAbstract | Found object or nil. |