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

parseFields() static private méthode

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