C# Class Revit.SDK.Samples.BoundaryConditions.CS.ConversionValue

a structure about the conversion rule between display value and inside value
ファイルを表示 Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
ConversionValue ( int precision, double ratio, string unitName ) : System

constructor, using to initialize the members

Method Details

ConversionValue() public method

constructor, using to initialize the members
public ConversionValue ( int precision, double ratio, string unitName ) : System
precision int the precision of the diaplay value
ratio double the unit of the display value
unitName string the radio of inside value to display valuea
return System