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

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

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