GeometryGym.Ifc.IfcInterceptorType.parseFields C# (CSharp) Method

parseFields() static private method

static private parseFields ( IfcInterceptorType t, List arrFields, int &ipos ) : void
t IfcInterceptorType
arrFields List
ipos int
return void
        internal static void parseFields(IfcInterceptorType t, List<string> arrFields, ref int ipos)
        {
            IfcFlowTreatmentDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcInterceptorTypeEnum)Enum.Parse(typeof(IfcInterceptorTypeEnum), arrFields[ipos++].Replace(".", ""));
        }