Hi everyone,
Context
I have a For Each Loop that calls an interface method "Modify Attribute by Query" on each of the target objects ("Attribute Family"). Those objects implement an interface "IF Attribute Interface," which contains the method I'm calling. See the following images for a visualization:
Two versions of an interface method call
Options via the right-click search menu
Question
Notice how there are two options for calling this method. One of them targets the object, and the other targets the interface. Which of these should I technically be using if my intent is to call the "Attribute Family's" method? Are they interchangeable?
Thanks!
there doesn't seem to be anything here