refChainFromRoot()

Synopsis

Returns the reference chain from the root of the model tree to the local context as a string .

Syntax

refChainFromRoot ( ) As String 

Example 1

With the Root node selected in the Intent Model tree
Intent >refChainFromRoot() 
--> "Root" 

Example 2

With a part called IvBlock_1 selected in the Intent Model tree.
Intent >refChainFromRoot() 
--> "Root.IvBlock_1"