Inheritance: IfcDistributionFlowElementType
Example #1
0
 internal static void parseFields(IfcWasteTerminalType t, List <string> arrFields, ref int ipos)
 {
     IfcFlowTerminalType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcWasteTerminalTypeEnum)Enum.Parse(typeof(IfcWasteTerminalTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Example #2
0
 protected static void parseFields(IfcFlowTerminalType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
Example #3
0
		protected IfcFlowTerminalType(IfcFlowTerminalType t) : base(t) { }
Example #4
0
 protected IfcFlowTerminalType(DatabaseIfc db, IfcFlowTerminalType t)
     : base(db,t)
 {
 }
Example #5
0
 protected IfcFlowTerminalType(DatabaseIfc db, IfcFlowTerminalType t, DuplicateOptions options) : base(db, t, options)
 {
 }