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 );
[Java] public IEnumElement getGraphics ( IDisplay Display, Object data )
[C++] HRESULT get_Graphics( IDisplay* Display, LPUNKNOWN data, IEnumElement** Graphics );
Parameters
Display [in]
Display is a parameter of type IDisplay
data [in]
data is a parameter of type LPUNKNOWN
Graphics [out, retval]
Graphics is a parameter of type IEnumElement