C# 클래스 Revit.SDK.Samples.Rooms.CS.RoomsData.DepartmentInfo

a struct to store the value of property Area and Department name
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
DepartmentInfo ( String departmentName, int roomAmount, double areaValue ) : System

constructor

메소드 상세

DepartmentInfo() 공개 메소드

constructor
public DepartmentInfo ( String departmentName, int roomAmount, double areaValue ) : System
departmentName String
roomAmount int
areaValue double
리턴 System