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


IACGroupRenderer.Renderer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACGroupRenderer.Renderer Property

The renderer at the given index in the group.

[Visual Basic .NET]
Public Function get_Renderer ( _
    ByVal Index As Integer _
) As IACRenderer
[C#]
public IACRenderer get_Renderer (
    int Index
);
[C++]
HRESULT get_Renderer(
  long Index,
  IACRenderer** Renderer
);
[C++]

Parameters Index [in] Index is a parameter of type long Renderer [out, retval]
Renderer is a parameter of type IACRenderer

Product Availability

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

See Also

IACGroupRenderer Interface