C# Class Canguro.Commands.Model.AddLayerCmd

Model Command to add a new Layer to the Model
Inheritance: Canguro.Commands.ModelCommand
Mostrar archivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

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

Method Details

Run() public method

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
return void