C# 클래스 Revit.SDK.Samples.BoundaryConditions.CS.ConversionValue

a structure about the conversion rule between display value and inside value
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
ConversionValue ( int precision, double ratio, string unitName ) : System

constructor, using to initialize the members

메소드 상세

ConversionValue() 공개 메소드

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
리턴 System