GeometryGym.Ifc.IfcInterceptorType.parseFields C# (CSharp) Méthode

parseFields() static private méthode

static private parseFields ( IfcInterceptorType t, List arrFields, int &ipos ) : void
t IfcInterceptorType
arrFields List
ipos int
Résultat 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(".", ""));
        }