IntelliCAD 11.1 Object Library
RealToString Method
See Also 
Value
The value to convert.
Unit
Precision
Integer between 0 and 8 specifying the number of decimal places used for the angle value.
Utility Object : RealToString Method

Description

Converts a real or double value to a string.

Syntax

Visual Basic
Public Function RealToString( _
   ByVal Value As Double, _
   ByVal Unit As DistanceUnits, _
   ByVal Precision As Long _
) As String

Parameters

Value
The value to convert.
Unit
ValueDescription
vicArchitecturalArchitectural units.
vicDecimalDecimal units.
vicEngineeringEngineering units.
vicFractionalFractional units.
vicScientificScientific units.
Precision
Integer between 0 and 8 specifying the number of decimal places used for the angle value.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.