Description
Sets the text value of a PBDOM_ATTRIBUTE object. The SetDoubleValue method creates this text value by serializing the provided double value into a string.
Syntax
pbdom_attribute_name.SetDoubleValue( double doubleValue)
Argument |
Description |
---|---|
pbdom_attribute_name |
The name of the PBDOM_ATTRIBUTE |
doubleValue |
A double value to be set for the PBDOM_ATTRIBUTE |
Return value
PBDOM_ATTRIBUTE. The PBDOM_ATTRIBUTE from which the SetDoubleValue method was invoked.
See also