DK11 for Python | tatukgis.pdk.TGIS_CSUnits.AutoSelect | Constructors | Methods | Properties
Returned the most appropriate sub unit for selected value.
# Python def AutoSelect( self, _areal: bool, _value: VarParameter ) -> TGIS_CSUnits:
Name | Type | Description |
---|---|---|
_areal | bool | if true select areal units, if false select linear. |
_value | float | units in base metric |
Type | Description |
---|---|
TGIS_CSUnits | Units converted to string. |