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


ILayerRenderers.RendererCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ILayerRenderers.RendererCount Property

The number of renderers.

[Visual Basic .NET]
Public ReadOnly Property RendererCount As Integer
[C#]
public int RendererCount {get;}
[C++]
HRESULT get_RendererCount(
  long* RendererCount
);
[C++]

Parameters RendererCount [out, retval] RendererCount 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