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


ITerrainLayer.RendererCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITerrainLayer.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* pRendererCount
);
[C++]

Parameters pRendererCount [out, retval] pRendererCount is a parameter of type long

Product Availability

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

See Also

ITerrainLayer Interface