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


TinBreaklineRenderer Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Classes > T > TinBreaklineRenderer Class
ArcGIS Developer Help

TinBreaklineRendererClass Class

TIN breakline renderer component.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
ILegendInfo Provides access to members that control legend information provided by a renderer.
IPersist (esriSystem)
IPersistStream (esriSystem)
ITinRenderer Provides access to members that control functions common to all TIN renderers.
ITinUniqueValueRenderer Provides access to members that assign symbols to TIN features based upon tag value or edge type.

Remarks

This is the TIN Edge Type renderer, which is added by default when loading a TIN dataset into ArcMap or ArcScene for the first time.  There're an enumeration of four different TIN edges: Regular Edge, Soft Edge, Hard Edge, and Outside Edge.  Their unique edge values are 0, 1, 2, 3 respectively.  Developers can use the ITinUniqueValueRenderer interface that this coclass implements to work with the different edge type rendering customizations.