C# Class IfcDoc.FormSelectPropertyEnum

Exibir arquivo Open project: BuildingSMART/IfcDoc Class Usage Examples

Public Methods

Method Description
FormSelectPropertyEnum ( ) : System
FormSelectPropertyEnum ( DocProject project, DocPropertyEnumeration selection ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

FormSelectPropertyEnum() public method

public FormSelectPropertyEnum ( ) : System
return System

FormSelectPropertyEnum() public method

public FormSelectPropertyEnum ( DocProject project, DocPropertyEnumeration selection ) : System
project DocProject
selection DocPropertyEnumeration
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void