C# Класс Revit.SDK.Samples.ModelLines.CS.SketchPlaneForm

This UserControl is used to collect the information for sketch plane creation
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SketchPlaneForm ( ModelLines dataBuffer ) : System

Constructor of SketchPlaneForm

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

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

Clean up any resources being used.

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

Метод Описание
AssertDataIntegrity ( ) : bool

Check the data which the user input are integrated or not

InitializeComponent ( ) : void

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

cancelButton_Click ( object sender, EventArgs e ) : void

The event method for cancelButton click

okButton_Click ( object sender, EventArgs e ) : void

The event method for okButton click

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

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

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

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

Constructor of SketchPlaneForm
public SketchPlaneForm ( ModelLines dataBuffer ) : System
dataBuffer ModelLines a reference of ModelLines class
Результат System