image.png

Read a property value from a feature

Inputs

Name Abbreviation Type Access Description
Object O Any Item The feature to read from
Property P String Item The property to read

Outputs

Name Abbreviation Type Access Description
Value V Any Item The value of the property

How to:

  1. Add the read feature property node to the canvas

  2. Connect in a feature

  3. Identify the property to read

    You could type the property into the box on the node, or connect a string or panel node.

    You could also feed in the get feature property name, which allows you to select a property from a drop down (useful when you aren’t sure of the property’s exact spelling and case).

    image.png

  4. The output is the value stored in that feature property.

<aside> 💡

Read feature property differs from read property in that it can only read properties stored within the properties { } (curly brackets) on features.

image.png

</aside>