get_feature_tag
Description:
public bool get_feature_tag (
string key,
out Value value)
Gets the value of the tag with the given key.
Parameters:
| this |
A [class@VectorReaderIter].
|
| key |
The key of the tag to get.
|
| value |
The value of the tag.
|
Returns:
|
true if the tag was found, false otherwise.
|