C# Class BuildingCoder.CmdRelationshipInverter

Inheritance: IExternalCommand
Afficher le fichier Open project: jeremytammik/the_building_coder_samples

Méthodes publiques

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

Private Methods

Méthode Description
DumpHostedElements ( Dictionary ids ) : void
ElementDescription ( ElementId id ) : string
GetElementIds ( FilteredElementCollector elements ) : List>.Dictionary

From a list of openings, determine the wall hoisting each and return a mapping of element ids from host to all hosted.

Method Details

Execute() public méthode

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