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


IScaleDependentRenderer.RendererCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleDependentRenderer Interface > IScaleDependentRenderer.RendererCount Property
ArcGIS Developer Help

IScaleDependentRenderer.RendererCount Property

Number of renderers.

[Visual Basic .NET]
Public Property RendererCount As Integer
[C#]
public int RendererCount {get; set;}
[C++]
HRESULT get_RendererCount(
  System.Int32* 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