ArcObjects Library Reference (Carto)  

ITerrainRenderer Interface

Provides access to members that control functions common to all Terrain renderers.

Product Availability

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

Members

Description
Method CanRender Indicates if renderer can draw.
Method Copy Copies the properties of the given renderer.
Method Draw Draws the TIN.
Read/write property Name The descriptive name of a renderer.
Read/write property Terrain The Terrain associated with the renderer.
Read/write property Tin The TIN associated with the renderer.
Read/write property Visible Indicates if the renderer is currently visible.

Inherited Interfaces

Interfaces Description
ITinRenderer Provides access to members that control functions common to all TIN renderers.

CoClasses that implement ITerrainRenderer

CoClasses and Classes Description
TerrainDirtyAreaRenderer Terrain dirty area renderer component.
TerrainPointAttributeRenderer Terrain point renderer component.
TerrainPointElevationRenderer Terrain point renderer component.
TerrainPointUniqueValueRenderer Terrain point unique value renderer component.
TinAspectRenderer TIN aspect renderer component.
TinElevationRenderer TIN elevation renderer component.
TinFaceRenderer TIN face renderer component.
TinFaceValueRenderer TIN face value renderer component.
TinNodeElevationRenderer TIN node elevation renderer component.
TinSlopeRenderer TIN slope renderer component.