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


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

ITinLayer2 Interface

Provides additional access to members that control a TIN 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-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.
Read/write property ZFactor The Z factor set in the TIN dataset.

Inherited Interfaces

Interfaces Description
ITinLayer Provides access to members that control a TIN layer.
ILayer Provides access to members that work with all layers.

Classes that implement ITinLayer2

Classes Description
TinLayer The TIN Layer class.