C# Class BuildingCoder.CmdDimensionInstanceOrigin

Inheritance: IExternalCommand
Mostrar archivo Open project: jeremytammik/the_building_coder_samples

Public Methods

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

External command mainline. Run in the sample model Z:\a\rvt\dimension_case_2015.rvt, e.g.

Private Methods

Method Description
GetFamilyInstancePointReference ( FamilyInstance fi ) : System.Reference

Retrieve the given family instance's non-visible geometry point reference.

Method Details

Execute() public method

External command mainline. Run in the sample model Z:\a\rvt\dimension_case_2015.rvt, e.g.
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
return System.Result