GetRealValue

Description

Returns the value of a PBDOM_ATTRIBUTE object as type real.

Syntax

pbdom_attribute_name.GetRealValue()

Argument

Description

pbdom_attribute_name

The name of the PBDOM_ATTRIBUTE


Return value

Real.

Throws

EXCEPTION_DATA_CONVERSION -- If data conversion fails.

Usage

GetRealValue is the exact counterpart of the JDOM getFloatValue method.

See also

SetRealValue