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

Parse() static private méthode

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