Description
Returns the value of a PBDOM_ATTRIBUTE object as type real.
Syntax
pbdom_attribute_name.GetRealValue()
Return value
Real.
Throws
EXCEPTION_DATA_CONVERSION -- If data conversion fails.
Usage
GetRealValue is the exact counterpart of the JDOM getFloatValue method.
See also