ArcObjects Library Reference (Carto)  

ITinLayer.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.

See Also

ITinLayer Interface