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

This class is intent to provide a model dialog in property grid control.
Наследование: System.Drawing.Design.UITypeEditor
Показать файл Открыть проект

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

Метод Описание
EditValue ( System context, IServiceProvider provider, object value ) : object

Show a form to add or remove edges from hosted sweep, and also can change the type of hosted sweep.

GetEditStyle ( System context ) : UITypeEditorEditStyle

Return the Modal style.

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

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

Show a form to add or remove edges from hosted sweep, and also can change the type of hosted sweep.
public EditValue ( System context, IServiceProvider provider, object value ) : object
context System
provider IServiceProvider
value object
Результат object

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

Return the Modal style.
public GetEditStyle ( System context ) : UITypeEditorEditStyle
context System
Результат UITypeEditorEditStyle