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

a structure about the conversion rule between display value and inside value
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
ConversionValue ( int precision, double ratio, string unitName ) : System

constructor, using to initialize the members

Method Details

ConversionValue() public méthode

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
Résultat System