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;
        }