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


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

ITerrainLayer Interface

Provides access to members that control a Terrain layer.

Product Availability

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

Members

Name Description
Method AddRenderer Add a renderer to the end of the group.
Read/write property AnalysisToolsResolution Indicates the resolution that analysis tools will be enabled.
Read-only property AreaOfInterest The default area of interest for the layer.
Read/write property AutoLOR Indicates if LOR should be updated when scale changed.
Read/write property Cached Indicates if the layer needs its own display cache.
Method ClearRenderers Remove all the renderers from the group.
Read-only property CurrentResolution Indicates the current resolution.
Method DeleteRenderer Remove a renderer from the group.
Read/write property DisplayField The primary display field.
Method Draw Draws the layer to the specified display for the given draw phase.
Method GetCurrentSurface Gets current surface.
Method GetRenderer Gets the nth renderer.
Method InsertRenderer Insert a renderer at given index.
Read/write property LockCurrentSurface Indicates if current surface should be updated based on scale change.
Read/write property MaximumScale Maximum scale (representative fraction) at which the layer will display.
Read/write property MinimumScale Minimum scale (representative fraction) at which the layer will display.
Read/write property Name Layer name.
Read/write property PointBudget Indicates the Point Budget.
Read-only property PyramidHonored Indicates if current surface resolution honors the scale/resolution relationship in the pyramin definition.
Read-only property RendererCount The number of renderers.
Read/write property ScaleSymbols Indicates if symbols are scaled for this layer.
Read/write property ShowResolution Indicates if TOC should display resolution.
Read/write property ShowTips Indicates if the layer shows map tips.
Write-only property SpatialReference Spatial reference for the layer.
Read-only property SupportedDrawPhases Supported draw phases.
Read/write property TargetResolution Indicates the resolution to be used when AutoLOR is false.
Read/write property Terrain The Terrain used to define the layer.
Read-only property TipText Map tip text at the specified location.
Read/write property UseOverviewTerrain Indicates if Overview Terrain should be used when zoom to full.
Read/write property UsePointBudget Indicates if Point Budget should be used for rendering performance.
Read-only property Valid Indicates if the layer is currently valid.
Read/write property Visible Indicates if the layer is currently visible.

Inherited Interfaces

Interfaces Description
ILayer Provides access to members that work with all layers.

Classes that implement ITerrainLayer

Classes Description
TerrainLayer The Terrain Layer class.