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

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

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

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

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

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

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

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