ASP.NET Pack Programmer's Guide
XmlPersistContext.writeFloat Method
See Also
 





Writes a floating-point number with the specified name.

Namespace: MindFusion.Diagramming
Package: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function writeFloat (floatValue, elementName, parentElement)

 Parameters

floatValue

The number that should be saved in current XML document.

elementName

A string specifying the name of the new element.

parentElement

The parent DOM Element object.

 Return Value

Type: Element
The newly created DOM Element object.

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.Diagramming Namespace