C# Class RevitLookup.Snoop.Data.Angle

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

Protected Properties

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

Méthodes publiques

Méthode Description
Angle ( string label, double val ) : System
StrValue ( ) : string

Method Details

Angle() public méthode

public Angle ( string label, double val ) : System
label string
val double
Résultat System

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Property Details

m_val protected_oe property

protected double m_val
Résultat double