Dear Ning,
Happy New Year to you and thank you for your query.
I am not aware of any official way to retrieve these specific elements.
What class do they have? What properties? How can you identify them?
This looks to me like one of those typical questions requiring you to dig through the Revit database elements and their properties in detail.
The kind of stuff you can explore using RevitLookup, or, if you need to evaluate methods as well as properties, may require more flexible API interaction, e.g. in the Revit Ruby or Python shell:
http://thebuildingcoder.typepad.com/blog/2013/11/intimate-revit-database-exploration-with-the-python...
Certain element relationships can currently only be determined using unofficial and completely unsupported element id relationships, that are certain to change in the future:
http://thebuildingcoder.typepad.com/blog/2011/11/undocumented-elementid-relationships.html
Finally, please take a look at this interesting discussion:
http://thebuildingcoder.typepad.com/blog/2014/09/debugging-and-maintaining-the-image-relationship.ht...
Maybe that solves the issue for you as well?
I hope this helps.
Best regards,
Jeremy