C# Class RevitLookup.Snoop.Data.Angle

Snoop.Data class to hold and format an Angle value.
Inheritance: Data
Datei anzeigen Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_val double

Public Methods

Method Description
Angle ( string label, double val ) : System
StrValue ( ) : string

Method Details

Angle() public method

public Angle ( string label, double val ) : System
label string
val double
return System

StrValue() public method

public StrValue ( ) : string
return string

Property Details

m_val protected_oe property

protected double m_val
return double