Inheritance: IfcDistributionFlowElementType
Exemplo n.º 1
0
 internal static void parseFields(IfcInterceptorType t, List <string> arrFields, ref int ipos)
 {
     IfcFlowTreatmentDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcInterceptorTypeEnum)Enum.Parse(typeof(IfcInterceptorTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Exemplo n.º 2
0
 protected static void parseFields(IfcFlowTreatmentDeviceType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
Exemplo n.º 3
0
		protected IfcFlowTreatmentDeviceType(IfcFlowTreatmentDeviceType be) : base(be) { }
Exemplo n.º 4
0
 protected IfcFlowTreatmentDeviceType(DatabaseIfc db,  IfcFlowTreatmentDeviceType t)
     : base(db, t)
 {
 }
Exemplo n.º 5
0
 protected IfcFlowTreatmentDeviceType(DatabaseIfc db, IfcFlowTreatmentDeviceType t, DuplicateOptions options) : base(db, t, options)
 {
 }