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

IfcJunctionBoxType() private méthode

private IfcJunctionBoxType ( DatabaseIfc m, string name, IfcJunctionBoxTypeEnum type ) : System
m DatabaseIfc
name string
type IfcJunctionBoxTypeEnum
Résultat System
        internal IfcJunctionBoxType(DatabaseIfc m, string name, IfcJunctionBoxTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type;
        }

Same methods

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