Querying Linked Revit Files for Shared Site Information

Yes, so that parameter doesn’t really store any information. You will need to dig down into the linked document and pull the current active location:

OUT = UnwrapElement(IN[0]).GetLinkDocument().ActiveProjectLocation

Now, you can use that object to get what you need from it. Here’s a link to how to get XYZ info about that object.