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


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

ITinLayer Interface

Provides access to members that control a TIN layer. Note: the ITinLayer interface has been superseded by ITinLayer2. Please consider using the more recent version.

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-only property AreaOfInterest The default area of interest for the layer.
Read/write property Cached Indicates if the layer needs its own display cache.
Method ClearRenderers Remove all the renderers from the group.
Read/write property Dataset The TIN used to define the layer.
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 GetRenderer Gets the nth renderer.
Method InsertRenderer Insert a renderer at given index.
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-only property RendererCount The number of renderers.
Read/write property ScaleSymbols Indicates if symbols are scaled for this layer.
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-only property TipText Map tip text at the specified location.
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 ITinLayer

Classes Description