ASP.NET Pack Programmer's Guide
ScriptHelper.createChangeItemCmd Method
See Also
 






Creates a new ChangeItemCmd instance for the specified item.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ChangeItemCmd createChangeItemCmd (
    DiagramItem item,
    String title
)

 Parameters

item

A DiagramItem for which to create an undo record.

title

The title of the new record.

 Return Value

A ChangeItemCmd instance.

 See Also

ScriptHelper Members
ScriptHelper Class
com.mindfusion.diagramming Namespace