The graphic bag

Graphic objects are placed in a graphic bag.
A graphic bag (interface IlvGraphicBag) is an object that contains several graphic objects, which can be added or removed. The interface IlvGraphicBag is implemented by the class IlvManager. This class allows you to manage a large set of graphic objects. The following method returns the graphic bag, if there is one, where the object is located:
public IlvGraphicBag getGraphicBag()  
Read Managers for more information on this topic.