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

parseFields() static private method

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