User Tools

Site Tools


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

Table of Contents

TGIS_CSUnits.ToUnits method

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

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

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

Syntax

# Python
def ToUnits(
  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 defined units.
2022/11/21 01:50

Page Tools