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

parseFields() protected static méthode

protected static parseFields ( IfcFlowMovingDeviceType t, List arrFields, int &ipos ) : void
t IfcFlowMovingDeviceType
arrFields List
ipos int
Résultat void
        protected static void parseFields(IfcFlowMovingDeviceType t, List<string> arrFields, ref int ipos)
        {
            IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
        }