C# Class BuildingCoder.CmdElevationWatcher

Inheritance: IExternalCommand
ファイルを表示 Open project: jeremytammik/the_building_coder_samples

Public Methods

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

Private Methods

Method Description
FindElevationView ( Document doc, ICollection ids ) : View

Return the first elevation view found in the given element id collection or null.

OnDocumentChanged ( object sender, DocumentChangedEventArgs e ) : void

DocumentChanged event handler

Method Details

Execute() public method

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