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

parseFields() static private méthode

static private parseFields ( IfcFastenerType t, List arrFields, int &ipos, ReleaseVersion schema ) : void
t IfcFastenerType
arrFields List
ipos int
schema ReleaseVersion
Résultat void
        internal static void parseFields(IfcFastenerType t, List<string> arrFields, ref int ipos, ReleaseVersion schema)
        {
            IfcElementComponentType.parseFields(t, arrFields, ref ipos); if (schema != ReleaseVersion.IFC2x3) t.mPredefinedType = (IfcFastenerTypeEnum)Enum.Parse(typeof(IfcFastenerTypeEnum), arrFields[ipos++].Replace(".", ""));
        }