DK11 for Python | tatukgis.pdk.TGIS_Config.ReadFloat | Constructors | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
# Python def ReadFloat( self, _name: str, _default: float ) -> float:
Name | Type | Description |
---|---|---|
_name | str | name of value |
_default | float | default value |
Type | Description |
---|---|
float | parameter value |