Hi all,
I've been searching around and experimenting, but I haven't been able to figure this out yet. Maybe I'm just not using the right search terms.
I've written a sequence that returns an alias to a PropertyObject, the actual location of which may vary.
Parameters.SetPropertyObject("MyAlias",PropOption_NotOwning,RunState.Root.Locals.SomeDeeplyNestedVariable[6].foo)
Now, from outside this sequence, is there any way to get the full location of the aliased PropertyObject given the alias?
Thanks as always,
Mr. Jim