You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

info

Download the Project Example here.

ReferenceTags.tproj


Solution Name: ReferenceTags

Software Version: v10.0.6

Keywords: Unified Namespaces.Tags. Reference. Dynamic Adress.


solution Summary

This solution example shows the use of the Reference Tag type.


Technical Information

Reference tags allow Dynamic Addressing of variables. The way you use Reference Tags in the solution is similar to how you use references in .NET programming, as they both have a defined type. The target type for the Reference is defined in the Parameters columns.

Typed references bring advantages in both the engineering stage and in runtime. In the engineering stage, they allow IntelliSense to directly browse the template members if a reference is pointing to a template. In runtime, they allow string data validation. All Reference Tags have an additional runtime attribute: the link property, which specifies which tag the reference will be linked to during execution.


Reference Information

See Tags, Assets, and Templates for more information.



In this section...

  • No labels