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

IfcBoilerType() public méthode

public IfcBoilerType ( DatabaseIfc db, string name, IfcBoilerTypeEnum type ) : System
db DatabaseIfc
name string
type IfcBoilerTypeEnum
Résultat System
		public IfcBoilerType(DatabaseIfc db, string name, IfcBoilerTypeEnum type) : base(db) { Name = name; PredefinedType = type; }
	}

Same methods

IfcBoilerType::IfcBoilerType ( ) : System
IfcBoilerType::IfcBoilerType ( DatabaseIfc db, IfcBoilerType t, DuplicateOptions options ) : System
IfcBoilerType