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

IfcInventory() private method

private IfcInventory ( DatabaseIfc db, IfcInventory i ) : System
db DatabaseIfc
i IfcInventory
return System
        internal IfcInventory(DatabaseIfc db, IfcInventory i)
            : base(db, i)
        {
            #warning todo
            //mInventoryType = p.mInventoryType;
            //mJurisdiction = p.mJurisdiction;
            //mResponsiblePersons = new List<int>(p.mResponsiblePersons.ToArray());
            //mLastUpdateDate = p.mLastUpdateDate;
            //mCurrentValue = p.mCurrentValue;
            //mOriginalValue = p.mOriginalValue;
        }

Same methods

IfcInventory::IfcInventory ( ) : System
IfcInventory::IfcInventory ( DatabaseIfc m, string name ) : System