This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsComposite Interface > IGraphicsComposite.Graphics Property (ArcObjects .NET 10.5 SDK) |
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 LPUNKNOWN Graphics [out, retval]
Graphics is a parameter of type IEnumElement