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

parseFields() protected static method

protected static parseFields ( IfcExternalSpatialStructureElement s, List arrFields, int &ipos ) : void
s IfcExternalSpatialStructureElement
arrFields List
ipos int
return void
        protected static void parseFields(IfcExternalSpatialStructureElement s, List<string> arrFields, ref int ipos)
        {
            IfcSpatialElement.parseFields(s, arrFields, ref ipos);
        }