This document is archived and information here might be outdated. Recommended version. |
Graphic elements that are used to render this object. The data argument is defined by the coclass that implements this interface.
[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++]
HRESULT get_Graphics(
IDisplay* Display,
LPUNKNOWN Data,
IEnumElement** Graphics
);
[C++] Parameters Display [in]
Display is a parameter of type IDisplay* Data [in]
Data is a parameter of type IUnknown Graphics [out, retval]
Graphics is a parameter of type IEnumElement**