C# Class BuildingCoder.CmdCategories

Inheritance: IExternalCommand
Exibir arquivo Open project: jeremytammik/the_building_coder_samples

Public Methods

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

Private Methods

Method Description
HideLightingFixtureHosts ( View view ) : void

Hide the LightingFixtures category Hosts subcategory in the given view, cf. http://forums.autodesk.com/t5/revit-api/how-to-get-image-of-a-family-model-without-showing-host-element/td-p/5526085 http://forums.autodesk.com/t5/revit-api/how-to-change-visibility-setting/td-p/5526076 http://forums.autodesk.com/t5/revit-api/how-to-get-family-model-image/td-p/5494839

ProblemAddingParameterBindingForCategory ( Document doc ) : void

Method Details

Execute() public method

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