How to add your knowledge

refChainFromWorld()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1
    4. 4. Example 2

    Synopsis

    Returns the reference chain from the World part to the local context as a string. The World part is normally invisible and resides one or two levels above the root part.

    Syntax

    refChainFromWorld ( ) As String 

    Example 1

    With the Root node selected in the Intent Model tree

    Intent >refChainFromWorld() 
    --> "%%project.Root" 

    Example 2

    With a part named IvBlock_1 selected in the Intent Model tree.

    Intent >refChainFromWorld() 
    --> "%%project.Root.IvBlock_1"