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

IfcDuctSilencerType() private méthode

private IfcDuctSilencerType ( DatabaseIfc db, IfcDuctSilencerType t ) : System
db DatabaseIfc
t IfcDuctSilencerType
Résultat System
		internal IfcDuctSilencerType(DatabaseIfc db, IfcDuctSilencerType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }
		internal static void parseFields(IfcDuctSilencerType t, List<string> arrFields, ref int ipos) { IfcFlowTreatmentDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcDuctSilencerTypeEnum)Enum.Parse(typeof(IfcDuctSilencerTypeEnum), arrFields[ipos++].Replace(".", "")); }

Same methods

IfcDuctSilencerType::IfcDuctSilencerType ( ) : System