C# Class BuildingCoder.CmdPurgeLineStyles

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 ) : Result

External command Execute method.

PurgeLineStyles_macro_mainline ( ) : void

Revit macro mainline. Uncomment the line referencing 'this'.

Private Methods

Méthode Description
PurgeGraphicStyles ( Document doc, string name_substring ) : void

Purge all graphic styles whose name contains the given substring. Watch out what you do! If your substring is empty, this might delete all graphic styles in the entire project!

Method Details

Execute() public méthode

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

PurgeLineStyles_macro_mainline() public méthode

Revit macro mainline. Uncomment the line referencing 'this'.
public PurgeLineStyles_macro_mainline ( ) : void
Résultat void