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


ILasDatasetLayer.GetRenderer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILasDatasetLayer.GetRenderer Method

Gets the nth renderer.

[Visual Basic .NET]
Public Function GetRenderer ( _
    ByVal Index As Integer _
) As ITinRenderer
[C#]
public ITinRenderer GetRenderer (
    int Index
);
[C++]
HRESULT GetRenderer(
  long Index,
  ITinRenderer** ppRenderer
);
[C++]

Parameters Index [in] Index is a parameter of type long ppRenderer [out, retval]
ppRenderer is a parameter of type ITinRenderer

Product Availability

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

See Also

ILasDatasetLayer Interface