GeometryGym.Ifc.IfcAirToAirHeatRecoveryType.IfcAirToAirHeatRecoveryType C# (CSharp) Method

IfcAirToAirHeatRecoveryType() private method

private IfcAirToAirHeatRecoveryType ( DatabaseIfc db, IfcAirToAirHeatRecoveryType t ) : System
db DatabaseIfc
t IfcAirToAirHeatRecoveryType
return 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