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

Parse() static private method

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