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

parseFields() static private method

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