GeometryGym.Ifc.IfcLibraryInformation.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef, ReleaseVersion schema ) : IfcLibraryInformation
strDef string
schema ReleaseVersion
Résultat 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;
        }