|  | This document is archived and information here might be outdated. Recommended version. | 
Provides access to members that control a Terrain layer.
| Name | Description | |
|---|---|---|
|  | AddRenderer | Add a renderer to the end of the group. | 
|  | AnalysisToolsResolution | Indicates the resolution that analysis tools will be enabled. | 
|  | AreaOfInterest | The default area of interest for the layer. | 
|  | AutoLOR | Indicates if LOR should be updated when scale changed. | 
|  | Cached | Indicates if the layer needs its own display cache. | 
|  | ClearRenderers | Remove all the renderers from the group. | 
|  | CurrentResolution | Indicates the current resolution. | 
|  | DeleteRenderer | Remove a renderer from the group. | 
|  | DisplayField | The primary display field. | 
|  | Draw | Draws the layer to the specified display for the given draw phase. | 
|  | GetCurrentSurface | Gets current surface. | 
|  | GetRenderer | Gets the nth renderer. | 
|  | InsertRenderer | Insert a renderer at given index. | 
|  | LockCurrentSurface | Indicates if current surface should be updated based on scale change. | 
|  | MaintainCurrentSurface | Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer. | 
|  | MaximumScale | Maximum scale (representative fraction) at which the layer will display. | 
|  | MinimumScale | Minimum scale (representative fraction) at which the layer will display. | 
|  | Name | Layer name. | 
|  | PointBudget | Indicates the Point Budget. | 
|  | PyramidHonored | Indicates if current surface resolution honors the scale/resolution relationship in the pyramin definition. | 
|  | RendererCount | The number of renderers. | 
|  | ScaleSymbols | Indicates if symbols are scaled for this layer. | 
|  | ShowResolution | Indicates if TOC should display resolution. | 
|  | ShowTips | Indicates if the layer shows map tips. | 
|  | SpatialReference | Spatial reference for the layer. | 
|  | SupportedDrawPhases | Supported draw phases. | 
|  | TargetResolution | Indicates the resolution to be used when AutoLOR is false. | 
|  | Terrain | The Terrain used to define the layer. | 
|  | TipText | Map tip text at the specified location. | 
|  | UseOverviewTerrain | Indicates if Overview Terrain should be used when zoom to full. | 
|  | UsePointBudget | Indicates if Point Budget should be used for rendering performance. | 
|  | Valid | Indicates if the layer is currently valid. | 
|  | Visible | Indicates if the layer is currently visible. | 
| Interfaces | Description | 
|---|---|
| ITerrainLayer | Provides access to members that control a Terrain layer. | 
| ILayer | Provides access to members that work with all layers. | 
| Classes | Description | 
|---|---|
| TerrainLayer | The Terrain Layer class. |