GeometryGym.Ifc.IfcAirTerminalBoxType.IfcAirTerminalBoxType C# (CSharp) Méthode

IfcAirTerminalBoxType() private méthode

private IfcAirTerminalBoxType ( DatabaseIfc db, IfcAirTerminalBoxType t ) : System
db DatabaseIfc
t IfcAirTerminalBoxType
Résultat System
		internal IfcAirTerminalBoxType(DatabaseIfc db, IfcAirTerminalBoxType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }
		internal IfcAirTerminalBoxType(DatabaseIfc m, string name, IfcAirTerminalBoxTypeEnum type) : base(m) { Name = name; mPredefinedType = type; }

Same methods

IfcAirTerminalBoxType::IfcAirTerminalBoxType ( ) : System
IfcAirTerminalBoxType::IfcAirTerminalBoxType ( DatabaseIfc m, string name, IfcAirTerminalBoxTypeEnum type ) : System