ASP.NET Pack Programmer's Guide
Graph.clone Method
See Also
 





Creates an exact copy of the current graph.

Namespace: MindFusion.Graphs
Package: Graph.js

 Syntax

JavaScript  Copy Code

function clone ([saveMapping])

 Parameters

saveMapping
Optional.

Indicates whether to store vertex and edge mapping information in the copy.

 Return Value

Type: Graph
The newly created copy.

 See Also

Graph Members
Graph Class
MindFusion.Graphs Namespace