Working with Binds

Some specific operations called binds are used to access items in a model using a relative path.

See Also
Synchronize Parameters Operation

Here is the list of the Binds:

Important: The recommended methodology consists in publishing the result of a main operation at the type level. The aim is to read/write on the type attribute to avoid using a bind path.
  • It is recommended to use as few bind operations as possible with hard coded inputs.
  • To publish (write) results on a type attribute, use the Synchronize Parameters operation.
  • To read the value of the type attribute, right-click the attribute that you want to link to the attribute type, and use the Link To command.