ArcObjects Library Reference (DefenseSolutions)  

ICacheRendererCollection.RemoveRenderer Method

Removes a particular cached graphic renderer from the collection.

[Visual Basic .NET]
Public Sub RemoveRenderer ( _
    ByVal Index As Integer _
)
[C#]
public void RemoveRenderer (
    int Index
);
[C++]
HRESULT RemoveRenderer(
  long Index
);
[C++]

Parameters

Index [in]   Index is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICacheRendererCollection Interface