C# Class Revit.SDK.Samples.Rooms.CS.RoomsData.DepartmentInfo

a struct to store the value of property Area and Department name
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
DepartmentInfo ( String departmentName, int roomAmount, double areaValue ) : System

constructor

Method Details

DepartmentInfo() public méthode

constructor
public DepartmentInfo ( String departmentName, int roomAmount, double areaValue ) : System
departmentName String
roomAmount int
areaValue double
Résultat System