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

IfcLagTime() private méthode

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

Same methods

IfcLagTime::IfcLagTime ( ) : System