C# 클래스 RevitLookup.Test.SDKSamples.CreateSheet.AllViewsForm

파일 보기 프로젝트 열기: jeremytammik/RevitLookup 1 사용 예제들

공개 메소드들

메소드 설명
AllViewsForm ( Views data ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddNewViewNode ( string view, string type ) : void

Find the correct spot in the tree to place this View node

CheckNode ( TreeNode node, bool check ) : void

Check or uncheck all child nodes of a grouping (recursively)

GetSelectedViewNames ( ) : ArrayList

See which nodes in the Tree have been checked

InitFormControls ( ) : void

Populate the Form's controls with thier initial values.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnAfterCheck_TreeView ( object sender, TreeViewEventArgs e ) : void

When the user checks a TreeNode that is a Category of Views, we need to check or uncheck all the child nodes.

OnBnClick_OK ( object sender, EventArgs e ) : void

메소드 상세

AllViewsForm() 공개 메소드

public AllViewsForm ( Views data ) : System
data Views
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void