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
Value Description vicArchitectural Architectural units. vicDecimal Decimal units. vicEngineering Engineering units. vicFractional Fractional units. vicScientific Scientific units. - Precision
- Integer between 0 and 8 specifying the number of decimal places used for the angle value.