mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Standardise naming of all internal functions to lowercase with underscore convention. Add aliases for old names to avoid breakage.
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
<h3>get_feature function</h3>
|
|
Returns the first feature of a layer matching a given attribute value
|
|
|
|
<h4>Syntax</h4>
|
|
<pre>get_feature( layer, attributeField, value )</pre>
|
|
|