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

IfcDistributionChamberElementType() private method

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

Same methods

IfcDistributionChamberElementType::IfcDistributionChamberElementType ( ) : System