Creates a MvcDiagram object given its class name.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Object CreateObject ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateObject( _ |
The class name of the object to create.
A reference to the MvcDiagram object of the specified class.
See Also