GeometryGym.Ifc.IfcAirToAirHeatRecoveryType.IfcAirToAirHeatRecoveryType C# (CSharp) Méthode

IfcAirToAirHeatRecoveryType() private méthode

private IfcAirToAirHeatRecoveryType ( DatabaseIfc db, IfcAirToAirHeatRecoveryType t ) : System
db DatabaseIfc
t IfcAirToAirHeatRecoveryType
Résultat System
		internal IfcAirToAirHeatRecoveryType(DatabaseIfc db, IfcAirToAirHeatRecoveryType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }
		internal IfcAirToAirHeatRecoveryType(DatabaseIfc m, string name, IfcAirToAirHeatRecoveryTypeEnum type) : base(m) { Name = name; mPredefinedType = type; }

Same methods

IfcAirToAirHeatRecoveryType::IfcAirToAirHeatRecoveryType ( ) : System
IfcAirToAirHeatRecoveryType::IfcAirToAirHeatRecoveryType ( DatabaseIfc m, string name, IfcAirToAirHeatRecoveryTypeEnum type ) : System