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

IfcAirTerminalType() private méthode

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

Same methods

IfcAirTerminalType::IfcAirTerminalType ( ) : System
IfcAirTerminalType::IfcAirTerminalType ( DatabaseIfc m, string name, IfcAirTerminalTypeEnum type ) : System