Search
CommandCollection.Add Method
See Also
 





Adds the specified command to the collection.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Add (
    Command cmd
)

Visual Basic  Copy Code

Public Sub Add( _
    cmd As Command _
)

 Parameters

cmd
The Command that might be added by this command.

 See Also