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

Parse() static private méthode

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