This document is archived and information here might be outdated.  Recommended version.


IGraphicsComposite.Graphics Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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 .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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicsComposite Interface