C# 클래스 BuildingCoder.CmdPurgeLineStyles

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
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