C# Class Canguro.Commands.Model.ExportDXFCmd

Model Command to Export the Model into a Drawing Exchange Format file.
Inheritance: Canguro.Commands.ModelCommand
Mostra file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Displays the Save File Dialog and exports the current model to the selected Drawing Exchange Format file.

Method Details

Run() public method

Executes the command. Displays the Save File Dialog and exports the current model to the selected Drawing Exchange Format file.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void