C# Class BuildingCoder.CmdCurtainWallGeom

Inheritance: IExternalCommand
Datei anzeigen Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
list_wall_geom ( Wall w, Application app ) : void

Method Details

Execute() public method

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
commandData ExternalCommandData
message string
elements ElementSet
return Result

list_wall_geom() public method

public list_wall_geom ( Wall w, Application app ) : void
w Wall
app Application
return void