Search
IItemFactory.CreateItem Method (String)
See Also
 






Creates a new object given its item class string identifier.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Object CreateItem (
    string itemClass
)

Visual Basic  Copy Code

Function CreateItem( _
    itemClass As String _
) As Object

 Parameters

itemClass

The class string id of the item to create.

 Return Value

An instance of the class with the specified id.

 See Also