Search
DiagramView.loadFromJsonFile Method
See Also
 

Loads the diagram from a JSON file.

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

 Syntax

Java  Copy Code

public void loadFromJsonFile (
    String fileName
)

 Parameters

fileName

A string specifying the file name or full path.

 See Also