Search
IItemFactory.CreateItem Method (String)
See Also
 





Creates a new object given its item class string identifier.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

IPersists CreateItem (
    string itemClass
)

Visual Basic  Copy Code

Function CreateItem( _
    itemClass As String _
) As IPersists

 Parameters

itemClass

The class string id of the item to create.

 Return Value

An instance of a class implementing the IPersists interface corresponding to the class with the specified id.

 See Also