Provides additional access to members that control a TIN layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AddRenderer | Add a renderer to the end of the group. |
![]() |
AreaOfInterest | The default area of interest for the layer. |
![]() |
Cached | Indicates if the layer needs its own display cache. |
![]() |
ClearRenderers | Remove all the renderers from the group. |
![]() |
Dataset | The TIN used to define the layer. |
![]() |
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. |
![]() |
GetRenderer | Gets the nth renderer. |
![]() |
InsertRenderer | Insert a renderer at given index. |
![]() |
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. |
![]() |
RendererCount | The number of renderers. |
![]() |
ScaleSymbols | Indicates if symbols are scaled for this layer. |
![]() |
ShowTips | Indicates if the layer shows map tips. |
![]() |
SpatialReference | Spatial reference for the layer. |
![]() |
SupportedDrawPhases | Supported draw phases. |
![]() |
TipText | Map tip text at the specified location. |
![]() |
Valid | Indicates if the layer is currently valid. |
![]() |
Visible | Indicates if the layer is currently visible. |
![]() |
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. |
CoClasses that implement ITinLayer2
CoClasses and Classes | Description |
---|---|
TinLayer | The TIN Layer class. |