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

parseFields() static private method

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