Search
Factory Constructor
See Also
 






Initializes a new instance of the Factory class over the specified Diagram.

Namespace: MindFusion.Diagramming
File: Factory.js

 Syntax

JavaScript  Copy Code

function Factory (diagram)

 Parameters

diagram

Diagram. The Diagram object for which to create the new factory.

 See Also