Search
GroupDetachCmd Constructor
See Also
 





Initializes a new instance of the GroupDetachCmd class.

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

 Syntax

C#  Copy Code

protected GroupDetachCmd (
    Group group,
    Group.Attachment attachment
)

Visual Basic  Copy Code

Protected New ( _
    group As Group, _
    attachment As Group.Attachment _
)

 Parameters

group

attachment

 See Also