User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csunits.frombase_double

Table of Contents

ITGIS_CSUnits.FromBase method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSUnits.FromBase | Methods | Properties

Convert value provided in basic unit (meter or radians) into the value represented by current unit. Basic units are meter, radian, square meter

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

Syntax

// C#
public double FromBase(
  double _value
);
' VisualBasic
Public Function FromBase(
  ByVal _value As Double
) As Double
// Oxygene
public
  function FromBase(
    _value : Double
  ) : Double;

Parameters

Name Type Description
_value double
Double
value to be converted

Result

Type Description
double
Double
Value converted to current units.
2022/11/16 01:09

Page Tools