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

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

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

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

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

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

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

Executes the command. Sets the IsSelected property of all the Items in the Active Layer to false.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void