Aller au contenu principal

How to alert the value of a geometry property.

Commentaires

1 commentaire

  • Stefan Schweigert

    Hello Carlos,

     

    When you enter plain text, the workflow is assuming that you are wanting to display the text. In order to access that value, you will need to specify that you are creating an expression by using the '=' operator at the beginning of your statement.

     

    For Example:

    ="Centroid Location: (" + $centroid1.centroid.x + ", " + $centroid1.centroid.y + ")"

     

    Thanks, Stefan

    0

Vous devez vous connecter pour laisser un commentaire.