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

parseFields() static private méthode

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