User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csunits.fromunits_tgis_csunits_double

Table of Contents

TGIS_CSUnits.FromUnits method

DK11 for Python | tatukgis.pdk.TGIS_CSUnits.FromUnits | Constructors | Methods | Properties

Convert value provided in current unit into basic unit (meter or radians) .

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def FromUnits(
  self
  _units: tatukgis.pdk.TGIS_CSUnits
  _value: float
) -> float: 

Parameters

Name Type Description
_units tatukgis.pdk.TGIS_CSUnits desired units system to be converted to
_value float value to be converted

Result

Type Description
float Value converted to current units.
2022/11/21 01:50

Page Tools