C# 클래스 BuildingCoder.CmdMirrorListAdded

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

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

비공개 메소드들

메소드 설명
GetElementCount ( Document doc ) : int

Return the current number of non-ElementType elements.

GetElements ( Document doc ) : FilteredElementCollector

Return all elements that are not ElementType objects.

GetElementsAfter ( Document doc, ElementId lastId ) : FilteredElementCollector

Return all elements in the entire document whose element id is greater than 'lastId'.

GetElementsAfter ( FilteredElementCollector input, ElementId lastId ) : FilteredElementCollector

Return all elements from the given collector whose element id is greater than 'lastId'.

GetElementsAfter ( int n, Document doc ) : List

Return all database elements after the given number n.

Report ( FilteredElementCollector a ) : void
app_DocumentChanged ( object sender, DocumentChangedEventArgs e ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result