DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSUnits.ToUnits | Methods | Properties
Convert value provided in basic unit (meter or radians) into the value represented by current unit.
// C# public double ToUnits( ITGIS_CSUnits _units, double _value );
' VisualBasic Public Function ToUnits( ByVal _units As ITGIS_CSUnits, ByVal _value As Double ) As Double
// Oxygene public function ToUnits( _units : ITGIS_CSUnits; _value : Double ) : Double;
Name | Type | Description |
---|---|---|
_units | ITGIS_CSUnits | desired units system to be converted to |
_value | double Double | value to be converted |
Type | Description |
---|---|
double Double | Value converted to defined units. |