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

parseFields() static private method

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