C# Class BuildingCoder.CmdLibraryPaths
Datei anzeigen
Open project: jeremytammik/the_building_coder_samples
Public Methods
Method |
Description |
|
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result |
|
|
PrintMap ( string>.IDictionary map, string description ) : void |
|
|
Method Details
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result |
commandData |
ExternalCommandData |
|
message |
string |
|
elements |
ElementSet |
|
return |
System.Result |
|
public PrintMap ( string>.IDictionary map, string description ) : void |
map |
string>.IDictionary
| |
description |
string |
|
return |
void |
|