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

IfcFootingType() public méthode

public IfcFootingType ( DatabaseIfc m, string name, IfcFootingTypeEnum type ) : System
m DatabaseIfc
name string
type IfcFootingTypeEnum
Résultat System
        public IfcFootingType(DatabaseIfc m, string name, IfcFootingTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type;
        }

Same methods

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