ArcObjects Library Reference (Carto)  

IScaleDependentRenderer.RendererCount Property

Number of renderers.

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

Parameters

RendererCount [out, retval]   RendererCount is a parameter of type long RendererCount [in]   RendererCount is a parameter of type long

Product Availability

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

Description

Specifies the number of sub renderers currently assigned to the scale dependent renderer. The number of sub renderers is equal to the number of Break values.

See Also

IScaleDependentRenderer Interface