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


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

ITinColorRampRenderer Interface

Provides access to members that draw TIN features based on a continuous attribute like elevation, slope, or aspect.

Product Availability

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

Members

Name Description
Read/write property Break The value of the break at the index.
Read/write property BreakCount The number of breaks.
Read/write property Description The description for the renderer.
Read/write property Label The label for the break at the given index.
Read/write property MinimumBreak The value of the minimum break.
Read/write property SortClassesAscending Indicates if the sort direction for the legend class labels is ascending.
Read/write property Symbol The symbol representing the break at the index.

Classes that implement ITinColorRampRenderer

Classes Description
LasPointElevationRenderer LasDataset point renderer component.
TerrainPointAttributeRenderer Terrain point renderer component.
TerrainPointElevationRenderer Terrain point renderer component.
TinAspectRenderer TIN aspect renderer component.
TinElevationRenderer TIN elevation renderer component.
TinNodeElevationRenderer TIN node elevation renderer component.
TinSlopeRenderer TIN slope renderer component.