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

parseFields() protected static méthode

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