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

IfcLagTime() private method

private IfcLagTime ( DatabaseIfc db, IfcTimeOrRatioSelect lag, IfcTaskDurationEnum nature ) : System
db DatabaseIfc
lag IfcTimeOrRatioSelect
nature IfcTaskDurationEnum
return System
        internal IfcLagTime(DatabaseIfc db,  IfcTimeOrRatioSelect lag, IfcTaskDurationEnum nature)
            : base(db)
        {
            mLagValue = lag; mDurationType = nature;
        }

Same methods

IfcLagTime::IfcLagTime ( ) : System