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

parseFields() static private method

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