C# Class Canguro.Commands.Model.CopyCmd

Model Command to copy the selected items to the clipboard
Inheritance: Canguro.Commands.ModelCommand
Show file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Gets the selection and a pivot point, and adds them to the Clipboard with the key "Canguro"

Method Details

Run() public method

Executes the command. Gets the selection and a pivot point, and adds them to the Clipboard with the key "Canguro"
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void