Inheritance: IfcDistributionElementType
Example #1
0
		protected IfcDistributionControlElementType(IfcDistributionControlElementType t) : base(t) { }
Example #2
0
		protected static void parseFields(IfcDistributionControlElementType t, List<string> arrFields, ref int ipos) { IfcDistributionElementType.parseFields(t, arrFields, ref ipos); }
Example #3
0
		protected IfcDistributionControlElementType(DatabaseIfc db, IfcDistributionControlElementType t) : base(db, t) { }