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

parseFields() static private méthode

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