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

IfcBoilerType() private méthode

private IfcBoilerType ( DatabaseIfc db, IfcBoilerType t, DuplicateOptions options ) : System
db DatabaseIfc
t IfcBoilerType
options DuplicateOptions
Résultat System
		internal IfcBoilerType(DatabaseIfc db, IfcBoilerType t, DuplicateOptions options) : base(db, t, options) { PredefinedType = t.PredefinedType; }
		public IfcBoilerType(DatabaseIfc db, string name, IfcBoilerTypeEnum type) : base(db) { Name = name; PredefinedType = type; }

Same methods

IfcBoilerType::IfcBoilerType ( ) : System
IfcBoilerType::IfcBoilerType ( DatabaseIfc db, string name, IfcBoilerTypeEnum type ) : System
IfcBoilerType