No, there's no graph to show this, but the scripting reference has everything you need to know how to get objects. It's just not particularily easy. Just start where you think the object exists. In this case, you assume the path object's immediate parent is the map object, so look in there to see if there is a Path object. Lo and behold, there it is. Be careful not to use rMap.Path, which returns the filename of the map. Use rMap.Paths(PathName) which will return the path object referenced by either the name or ordinal index of the path on that map.