GeometryGym.Ifc.IfcFlowController.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

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