iobj.list returns all iObjects of the current iPlot.
iobj.cur returns the current iObject.
iobj.next and iobj.prev return the ID
of the next resp. previous object in the list relative to the object
specified by the argument.
iobj.set makes the object with the specified ID current.
iobj.get returns the object specified by its ID.
iobj.rm removes the object == and != operators can be used to compare two iObjects
iobj.list()
iobj.cur()
iobj.next(which=iobj.cur())
iobj.prev(which=iobj.cur())
iobj.set(which=iobj.next())
iobj.get(pos, plot=iplot.cur())
iobj.rm(which=iobj.cur())
`==.iobj`(a,b)
`!=.iobj`(a,b)ilines, iabline