Search
CommandCollection.Remove Method
See Also
 





Removes the specified command from the collection.

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

 Syntax

C#  Copy Code

public void Remove (
    Command cmd
)

Visual Basic  Copy Code

Public Sub Remove( _
    cmd As Command _
)

 Parameters

cmd
The Command that might be removed by this command.

 See Also