Search
Diagram.loadFrom Method (String)
See Also
 

Loads the diagram contents from a file.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void loadFrom (
    String fileName
)

 Parameters

fileName

The name of the file from which the diagram contents should be loaded.

 See Also