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


ITinLayer.RendererCount Property (ArcObjects .NET 10.5 SDK)
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