IAcadUtilityRealToString Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
string RealToString(
double Value,
AcUnits Unit,
int precision
)
Function RealToString (
Value As Double,
Unit As AcUnits,
precision As Integer
) As String
String^ RealToString(
[InAttribute] double Value,
[InAttribute] AcUnits Unit,
[InAttribute] int precision
)
abstract RealToString :
Value : float *
Unit : AcUnits *
precision : int -> string
Parameters
- Value
- Type: SystemDouble
- Unit
- Type: BricscadDbAcUnits
- precision
- Type: SystemInt32
Return Value
Type:
String
See Also