Inheritance: IfcDistributionFlowElementType
Ejemplo n.º 1
0
 protected static void parseFields(IfcFlowMovingDeviceType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
Ejemplo n.º 2
0
		protected IfcFlowMovingDeviceType(IfcFlowMovingDeviceType t) : base(t) { }
Ejemplo n.º 3
0
 protected IfcFlowMovingDeviceType(DatabaseIfc db, IfcFlowMovingDeviceType t)
     : base(db, t)
 {
 }
Ejemplo n.º 4
0
 protected IfcFlowMovingDeviceType(DatabaseIfc db, IfcFlowMovingDeviceType t, DuplicateOptions options) : base(db, t, options)
 {
 }