mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
<h3>$currentfeature function</h3>
|
|
Returns the current feature being evaluated. This can be used with the 'attribute' function
|
|
to evaluate attribute values from the current feature.
|
|
|
|
<h4>Syntax</h4>
|
|
<pre>$currentfeature</pre>
|
|
|
|
<h4>Arguments</h4>
|
|
None
|
|
|
|
<h4>Example</h4>
|
|
<pre>attribute( $currentfeature, 'name' ) → returns value stored in 'name' attribute for the current feature</pre>
|
|
|