GeometryGym.Ifc.IfcFlowMovingDevice.parseFields C# (CSharp) Méthode

parseFields() static private méthode

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