GeometryGym.Ifc.IfcFlowSegment.parseFields C# (CSharp) Method

parseFields() static private method

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