C# Класс Canguro.Commands.Model.SelectLayerCmd

Model Command to select all the Items in the Active Layer
Наследование: ModelCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( Canguro services ) : void

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

Описание методов

Run() публичный Метод

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
Результат void