mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
|
<h3>getFeature function</h3>
|
||
|
Returns the first feature of a layer matching a given attribute value
|
||
|
|
||
|
<h4>Syntax</h4>
|
||
|
<pre>getFeature( layer, attributeField, value )</pre>
|
||
|
|