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

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

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