C# Class Canguro.Commands.Model.DeleteLayer

Model Command to Delete the current active layer and all its objects.
Inheritance: Canguro.Commands.ModelCommand
Show file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Deletes all Items in a Layer

Method Details

Run() public method

Executes the command. Deletes all Items in a Layer
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void