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

Parse() static private method

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