C# Класс Revit.SDK.Samples.NewHostedSweep.CS.HostedSweepModifyForm

This form contains a property grid control to modify the property of hosted sweep.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HostedSweepModifyForm ( ) : System

Default constructor.

HostedSweepModifyForm ( ModificationData modificationData ) : System

Customize constructor contains a parameter ModificationData.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
HostedSweepModify_Load ( object sender, EventArgs e ) : void

Load event, set the data source for property-grid.

InitializeComponent ( ) : void

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

buttonOK_Click ( object sender, EventArgs e ) : void

OK button, exit this form with DialogResult.OK.

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

HostedSweepModifyForm() публичный Метод

Default constructor.
public HostedSweepModifyForm ( ) : System
Результат System

HostedSweepModifyForm() публичный Метод

Customize constructor contains a parameter ModificationData.
public HostedSweepModifyForm ( ModificationData modificationData ) : System
modificationData ModificationData
Результат System