C# Class Estimator.EstimatorTagForm

ファイルを表示 Open project: mcneel/Rhino4Samples_DotNet Class Usage Examples

Public Properties

Property Type Description
m_selected_tags List
m_str_prompt string
m_str_title string
m_type EstimatorTag.tag_type

Public Methods

Method Description
EstimatorTagForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EstimatorTagForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

m_list_ColumnClick ( object sender, ColumnClickEventArgs e ) : void
m_ok_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EstimatorTagForm() public method

public EstimatorTagForm ( ) : System
return System

Property Details

m_selected_tags public_oe property

public List m_selected_tags
return List

m_str_prompt public_oe property

public string m_str_prompt
return string

m_str_title public_oe property

public string m_str_title
return string

m_type public_oe property

public EstimatorTag.tag_type m_type
return EstimatorTag.tag_type