C# 클래스 Revit.SDK.Samples.NewHostedSweep.CS.EdgeFormUITypeEditor

This class is intent to provide a model dialog in property grid control.
상속: System.Drawing.Design.UITypeEditor
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
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