Search
XmlPersistContext.ReadDouble Method (String, XElement, Double)
See Also
 






Reads a double value with the specified name.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ReadDouble (
    string elementName,
    XElement parentElement,
    double defaultValue
)

Visual Basic  Copy Code

Public Function ReadDouble( _
    elementName As String, _
    parentElement As XElement, _
    defaultValue As Double _
) As Double

 Parameters

elementName

The name of the element containing the double value.

parentElement

The parent element of the node with the specified name.

defaultValue

The value to be returned if the element is not found.

 Return Value

 See Also