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

IfcAirTerminalType() public méthode

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

Same methods

IfcAirTerminalType::IfcAirTerminalType ( ) : System
IfcAirTerminalType::IfcAirTerminalType ( DatabaseIfc db, IfcAirTerminalType t ) : System