C# Class Revit.SDK.Samples.NewHostedSweep.CS.EdgeFormUITypeEditor

This class is intent to provide a model dialog in property grid control.
Inheritance: System.Drawing.Design.UITypeEditor
Mostra file Open project: AMEE/revit

Public Methods

Method Description
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.

Method Details

EditValue() public method

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
return object

GetEditStyle() public method

Return the Modal style.
public GetEditStyle ( System context ) : UITypeEditorEditStyle
context System
return UITypeEditorEditStyle