GeometryGym.Ifc.IfcFlowStorageDevice.Parse C# (CSharp) Метод

Parse() статический приватный Метод

static private Parse ( string strDef ) : IfcFlowStorageDevice
strDef string
Результат IfcFlowStorageDevice
        internal static new IfcFlowStorageDevice Parse(string strDef)
        {
            IfcFlowStorageDevice d = new IfcFlowStorageDevice(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return d;
        }