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

IfcFootingType() public method

public IfcFootingType ( DatabaseIfc m, string name, IfcFootingTypeEnum type ) : System
m DatabaseIfc
name string
type IfcFootingTypeEnum
return 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