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