| Einhugur Xml Plugin for Xojo |
|
Attribute.Set Method
Sets the attribute value with a Double value and a specified precision.

Set(
value
as Double,
precision
as Integer)
Parameters
- value
- The Double value to set.
- precision
- Precision specifier.
Remarks
If not getting the format you want then you can always format with Xojo string formatting functions and pass in the value as string.
See Also
Attribute Class