Ejemplo n.º 1
0
		protected IfcElementComponentType(IfcElementComponentType el) : base(el) { }
Ejemplo n.º 2
0
		protected static void parseFields(IfcElementComponentType t, List<string> arrFields, ref int ipos) { IfcElementType.parseFields(t, arrFields, ref ipos); }
Ejemplo n.º 3
0
		protected IfcElementComponentType(DatabaseIfc db, IfcElementComponentType t) : base(db, t) { }