C# Class BuildingCoder.CmdDeleteUnusedRefPlanes

Inheritance: IExternalCommand
Mostra file Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

Private Methods

Method Description
DeleteIfNotHosting ( ReferencePlane rp ) : bool

Delete the given reference plane if it is not hosting anything.

Method Details

Execute() public method

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