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

IfcEvaporatorType() private method

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

Same methods

IfcEvaporatorType::IfcEvaporatorType ( ) : System