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

parseFields() protected static méthode

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