GeometryGym.Ifc.IfcBoilerType.IfcBoilerType C# (CSharp) Method

IfcBoilerType() private method

private IfcBoilerType ( DatabaseIfc db, IfcBoilerType t, DuplicateOptions options ) : System
db DatabaseIfc
t IfcBoilerType
options DuplicateOptions
return 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