GeometryGym.Ifc.IfcFlowController.parseFields C# (CSharp) 메소드

parseFields() 정적인 개인적인 메소드

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