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

IfcAirToAirHeatRecoveryType() private method

private IfcAirToAirHeatRecoveryType ( DatabaseIfc m, string name, IfcAirToAirHeatRecoveryTypeEnum type ) : System
m DatabaseIfc
name string
type IfcAirToAirHeatRecoveryTypeEnum
return System
		internal IfcAirToAirHeatRecoveryType(DatabaseIfc m, string name, IfcAirToAirHeatRecoveryTypeEnum type) : base(m) { Name = name; mPredefinedType = type; }
		internal static void parseFields(IfcAirToAirHeatRecoveryType t,List<string> arrFields, ref int ipos) {  IfcEnergyConversionDeviceType.parseFields(t,arrFields, ref ipos); t.mPredefinedType = (IfcAirToAirHeatRecoveryTypeEnum)Enum.Parse(typeof(IfcAirToAirHeatRecoveryTypeEnum), arrFields[ipos++].Replace(".", "")); }

Same methods

IfcAirToAirHeatRecoveryType::IfcAirToAirHeatRecoveryType ( ) : System
IfcAirToAirHeatRecoveryType::IfcAirToAirHeatRecoveryType ( DatabaseIfc db, IfcAirToAirHeatRecoveryType t ) : System