C# Class Canguro.Commands.Model.ActivateLayerCmd

Command to activate the layer containing the selected items.
Inheritance: ModelCommand
Mostrar archivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Activates the layer containing the selected items

Method Details

Run() public method

Executes the command. Activates the layer containing the selected items
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void