Creates a new object given its class id.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
IPersists CreateItem ( |
Visual Basic
Copy Code
|
|---|
Function CreateItem( _ |
The class id of the item to create.
An instance of a class implementing the IPersists interface corresponding to the class with the specified id.
See Also