C# Class Canguro.Commands.Model.SelectLayerCmd

Model Command to select all the Items in the Active Layer
Inheritance: ModelCommand
ファイルを表示 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Sets the IsSelected property of all the Items in the Active Layer to true.

Method Details

Run() public method

Executes the command. Sets the IsSelected property of all the Items in the Active Layer to true.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void