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

parseFields() static private method

static private parseFields ( IfcFurnishingElementType t, List arrFields, int &ipos ) : void
t IfcFurnishingElementType
arrFields List
ipos int
return void
        internal static void parseFields(IfcFurnishingElementType t, List<string> arrFields, ref int ipos)
        {
            IfcElementType.parseFields(t, arrFields, ref ipos);
        }