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

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

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