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

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

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