DistanceToReal Method |
Converts a distance from a string to a real (double) value.
Signature
RetVal = DistanceToReal(Distance, Unit)
Object
Utility
The object or objects this method applies to.
Distance
String; input-only
The distance as a string value.
Unit
AcUnits enum; input-only
The unit to which the string is to be converted.
acDefaultUnits
acScientific
acDecimal
acEngineering
acArchitectural
acFractional
RetVal
Double
The distance as a real number.
Comments? |