This topic has not yet been rated - Rate this topic

DiagramExporter.ExportDiagrams Method (IList<String>, String, Boolean)

Exports multiple diagrams as .png images.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
[CLSCompliantAttribute(false)]
public void ExportDiagrams(
	IList<string> diagramFiles,
	string exportPath,
	bool overwriteExistingFiles
)

Parameters

diagramFiles
Type: IList<String>

The list of diagram files to export.

exportPath
Type: String

The path of the location to which the images should be exported.

overwriteExistingFiles
Type: Boolean

true to overwrite files that are already in the location; otherwise, false.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.