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

IfcEvaporativeCoolerType() private méthode

private IfcEvaporativeCoolerType ( DatabaseIfc db, IfcEvaporativeCoolerType t ) : System
db DatabaseIfc
t IfcEvaporativeCoolerType
Résultat System
		internal IfcEvaporativeCoolerType(DatabaseIfc db, IfcEvaporativeCoolerType t) : base(db,t) { mPredefinedType = t.mPredefinedType; }
		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(".", "")); }

Same methods

IfcEvaporativeCoolerType::IfcEvaporativeCoolerType ( ) : System