C# Class RevitLookup.Snoop.Data.Bool

Snoop.Data class to hold and format a Bool value.
Inheritance: Data
Exibir arquivo Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_val bool

Public Methods

Method Description
Bool ( string label, bool val ) : System
StrValue ( ) : string

Method Details

Bool() public method

public Bool ( string label, bool val ) : System
label string
val bool
return System

StrValue() public method

public StrValue ( ) : string
return string

Property Details

m_val protected_oe property

protected bool m_val
return bool