internal GeoLensesSZ(PFSSection Section) { _pfsHandle = Section; for (int i = 1; i <= Section.GetSectionsNo(); i++) { PFSSection sub = Section.GetSection(i); switch (sub.Name) { case "Lense_1": _lense_1 = new Lense_1(sub); break; default: _unMappedSections.Add(sub.Name); break; } } }