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

Parse() static private method

static private Parse ( string strDef ) : IfcLagTime
strDef string
return IfcLagTime
        internal static IfcLagTime Parse(string strDef)
        {
            IfcLagTime f = new IfcLagTime(); int ipos = 0; parseFields(f, ParserSTEP.SplitLineFields(strDef), ref ipos); return f;
        }