MindFusion.Mapping Programmer's Guide

Map.SaveToFile Method

See Also
 






Saves the map to the specified file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public void SaveToFile (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToFile( _
    fileName As String _
)

 Parameters

fileName

A string specifying the file name.

 See Also