Search
ShapeLibrary.SaveToXml Method (String)
See Also
 





Saves this library to the specified file.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file where to save the shape library.

 See Also