C# Класс RevitLookup.Test.SDKSamples.CreateSheet.AllViewsForm

Показать файл Открыть проект Примеры использования класса

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

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