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

Model Command to add a new Layer to the Model
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

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

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

Executes the command. Adds a new Layer with the given Name and sets it as Active.

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

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

Executes the command. Adds a new Layer with the given Name and sets it as Active.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void