C# 클래스 Revit.SDK.Samples.MaterialProperties.CS.MaterialPropertiesForm

Summary description for MaterialPropFrm.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
MaterialPropertiesForm ( MaterialProperties dataBuffer ) : System

material properties from

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

LoadCurrentMaterial ( ) : void

update display data to selected element's material

MaterialPropFrm_Load ( object sender, System e ) : void

MaterialPropertiesForm ( ) : System
applyButton_Click ( object sender, System e ) : void

set selected element's material to current selection

cancelButton_Click ( object sender, System e ) : void

close form

changeButton_Click ( object sender, System e ) : void

change unit weight all instances of the elements that use this material

okButton_Click ( object sender, System e ) : void

set selected element's material to current selection and close form

subTypeComboBox_SelectedIndexChanged ( object sender, System e ) : void

change the content in datagrid according to selected material type

typeComboBox_SelectedIndexChanged ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MaterialPropertiesForm() 공개 메소드

material properties from
public MaterialPropertiesForm ( MaterialProperties dataBuffer ) : System
dataBuffer MaterialProperties material properties from Revit
리턴 System