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

IfcJunctionBoxType() private method

private IfcJunctionBoxType ( DatabaseIfc db, IfcJunctionBoxType t ) : System
db DatabaseIfc
t IfcJunctionBoxType
return System
        internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t)
            : base(db, t)
        {
            mPredefinedType = t.mPredefinedType;
        }

Same methods

IfcJunctionBoxType::IfcJunctionBoxType ( ) : System
IfcJunctionBoxType::IfcJunctionBoxType ( DatabaseIfc m, string name, IfcJunctionBoxTypeEnum type ) : System