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


ITerrainAttributeRenderer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITerrainAttributeRenderer Interface
ArcGIS Developer Help

ITerrainAttributeRenderer 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

Name Description
Read/write property AreaOfInterest The area of interest to be rendered.
Read/write property AttributeFieldName The name of the reserved field to be used to define drawing symbol.
Method CanRender Indicates if renderer can draw.
Method Copy Copies the properties of the given renderer.
Method Draw Draws the TIN.
Method GetDataSources The embedded data sources to be rendered.
Read/write property Name The descriptive name of a renderer.
Method RedefineSymbols Redefine drawing symbols based on cueernt data sources and attribute field name.
Read/write property Resolution The resolution to be rendered.
Method SetDataSources The embedded data sources to be rendered.
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
ITerrainRenderer2 Provides access to members that control functions common to all Terrain renderers.
ITerrainRenderer Provides access to members that control functions common to all Terrain renderers.
ITinRenderer Provides access to members that control functions common to all TIN renderers.

Classes that implement ITerrainAttributeRenderer

Classes Description
TerrainPointAttributeRenderer Terrain point renderer component.
TerrainPointUniqueValueRenderer Terrain point unique value renderer component.