C# Class RevitLookup.Snoop.Data.Bool

Snoop.Data class to hold and format a Bool value.
Inheritance: Data
Afficher le fichier Open project: jeremytammik/RevitLookup

Protected Properties

Свойство Type Description
m_val bool

Méthodes publiques

Méthode Description
Bool ( string label, bool val ) : System
StrValue ( ) : string

Method Details

Bool() public méthode

public Bool ( string label, bool val ) : System
label string
val bool
Résultat System

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Property Details

m_val protected_oe property

protected bool m_val
Résultat bool