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


ILayerRenderers.GetRenderer Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

ILayerRenderers.GetRenderer Method

Gets the nth renderer.

[Visual Basic .NET]
Public Function GetRenderer ( _
    ByVal index As Integer _
) As Object
[C#]
public object GetRenderer (
    int index
);
[C++]
HRESULT GetRenderer(
  long index
);
[C++]

Parameters index [in]
index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ILayerRenderers Interface