"Will listRelatives not work? "
No, unfortunately. Tho i see where your coming from... The listRelatives command works by returning (DAG object) member of a hierarchy. The nodes i'm chasing down are dependancy graph nodes (not DAG object) that are not part of a hierarchy but only relate to the original object throught connections...thus why listConnections works and listRelatives does not...
thanks for the follow up tho!