<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi<div class=""><br class=""></div><div class="">If  FeatureIterator is a true iterator then use:</div><div class=""><br class=""></div><div class="">feature = next(FeatureIterator)<div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">Le 15 sept. 2017 à 14:43, Andreas Neumann <<a href="mailto:a.neumann@carto.net" class="">a.neumann@carto.net</a>> a écrit :</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""><br class="">While porting a project from QGIS 2x to 3x I came across a Python issue:<br class=""><br class="">In QGIS 2.x I had a code like below working:<br class=""><br class="">feature = FeatureIterator.next()<br class=""><br class="">In QGIS 3x it says that object has no attribut next.<br class=""><br class="">How do I access the first result of a feature iterator in QGIS 3?<br class=""><br class="">I don't want to loop, because I know that my FeatureIterator always has just one result. I just want to access this first feature.<br class=""><br class="">Thanks for your help,<br class=""><br class="">Andreas<br class=""><br class="">_______________________________________________<br class="">QGIS-Developer mailing list<br class=""><a href="mailto:QGIS-Developer@lists.osgeo.org" class="">QGIS-Developer@lists.osgeo.org</a><br class="">List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer<br class="">Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer</div></div></blockquote></div><br class=""></div></body></html>