Inheritance: IfcDistributionFlowElementType
Exemple #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(".", ""));
 }
Exemple #2
0
 protected static void parseFields(IfcFlowTerminalType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
Exemple #3
0
		protected IfcFlowTerminalType(IfcFlowTerminalType t) : base(t) { }
Exemple #4
0
 protected IfcFlowTerminalType(DatabaseIfc db, IfcFlowTerminalType t)
     : base(db,t)
 {
 }
Exemple #5
0
 protected IfcFlowTerminalType(DatabaseIfc db, IfcFlowTerminalType t, DuplicateOptions options) : base(db, t, options)
 {
 }