ArcObjects Component Help  (Core)    

IGraphicsComposite.Graphics Property

Graphic elements that are used to render this object. The data argument is defined by the coclass that implements this interface.

[Visual Basic 6.0]
Property Graphics(
    ByVal Display As IDisplay, _
    ByVal data As Unknown _
) As IEnumElement
[Visual Basic .NET]
Public Function get_Graphics (
    ByVal Display As IDisplay, _
    ByVal data As Object _
) As IEnumElement
[C#]
public IEnumElement get_Graphics (
    IDisplay Display,
    object data
);
[C++]
public: IEnumElement get_Graphics (
    IDisplay Display,
    Object* data
);