Inheritance: IfcEnergyConversionDeviceType
Esempio n. 1
0
		internal new static IfcEvaporativeCoolerType Parse(string strDef) { IfcEvaporativeCoolerType t = new IfcEvaporativeCoolerType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Esempio n. 2
0
		internal IfcEvaporativeCoolerType(IfcEvaporativeCoolerType be) : base(be) { mPredefinedType = be.mPredefinedType; }
Esempio n. 3
0
		internal static void parseFields(IfcEvaporativeCoolerType t, List<string> arrFields, ref int ipos) { IfcEnergyConversionDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcEvaporativeCoolerTypeEnum)Enum.Parse(typeof(IfcEvaporativeCoolerTypeEnum), arrFields[ipos++].Replace(".", "")); }
Esempio n. 4
0
		internal IfcEvaporativeCoolerType(DatabaseIfc db, IfcEvaporativeCoolerType t) : base(db,t) { mPredefinedType = t.mPredefinedType; }