Search
DiagramDocument.LoadFromXml Method (String, Boolean)
See Also
 





Loads the document from the specified XML file.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName,
    bool loadDiagramProperties
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String, _
    loadDiagramProperties As Boolean _
)

 Parameters

fileName

The name of the XML file the data should be read from.

loadDiagramProperties

true to load values of diagram properties; false to load only diagram items.

 See Also