If you are working in a component and wish to reference a variable that is contained in the assembly that contains the component, you can do so using the following syntax:
::variable_name
For example:
::distance_parts1and2
references the assembly variable
distance_parts1and2
Note
|