C# Класс BuildingCoder.CmdPurgeLineStyles

Наследование: IExternalCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result

External command Execute method.

PurgeLineStyles_macro_mainline ( ) : void

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

Приватные методы

Метод Описание
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!

Описание методов

Execute() публичный метод

External command Execute method.
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
commandData ExternalCommandData
message string
elements ElementSet
Результат Result

PurgeLineStyles_macro_mainline() публичный метод

Revit macro mainline. Uncomment the line referencing 'this'.
public PurgeLineStyles_macro_mainline ( ) : void
Результат void