Наследование: IfcDistributionFlowElementType
Пример #1
0
 internal static void parseFields(IfcValveType t, List <string> arrFields, ref int ipos)
 {
     IfcFlowControllerType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcValveTypeEnum)Enum.Parse(typeof(IfcValveTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Пример #2
0
 protected static void parseFields(IfcFlowControllerType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
Пример #3
0
		protected IfcFlowControllerType(IfcFlowControllerType t) : base(t) { }
Пример #4
0
 protected IfcFlowControllerType(DatabaseIfc db, IfcFlowControllerType t)
     : base(db, t)
 {
 }
Пример #5
0
 protected IfcFlowControllerType(DatabaseIfc db, IfcFlowControllerType t, DuplicateOptions options) : base(db, t, options)
 {
 }