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


IGraphicsComposite.Graphics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsComposite Interface > IGraphicsComposite.Graphics Property
ArcGIS Developer Help

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