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


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

ITinUniqueValueRenderer Interface

Provides access to members that assign symbols to TIN features based upon tag value or edge type.

Product Availability

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

Members

Name Description
Method AddReferenceValue Adds a value that references another value.
Method AddValue Adds a value and a symbol to the list of categories, for multivariate Values, value is a comma separated list of values.
Read/write property ColorScheme Name of Color Scheme (used in UI only).
Read/write property DefaultLabel The default label used for unspecified values.
Read/write property DefaultSymbol The default symbol used for unspecified values (may be NULL).
Read/write property Description The description for the label.
Read/write property Heading The heading in which the given value is contained.
Read/write property Label The label used to display the given value.
Read/write property LookupStyleset Name of Styleset for Lookup Symbols(used in UI only).
Read-only property ReferenceValue The reference value for the given value.
Method RemoveAllValues Removes all values.
Method RemoveValue Removes a values from the list of categories.
Read/write property Symbol The symbol associated with the given value.
Read/write property UseDefaultSymbol Indicates if the default symbol is used for drawing unspecified values.
Read/write property Value The value at the given index.
Read-only property ValueCount The number of values used to categorize the data.

Classes that implement ITinUniqueValueRenderer

Classes Description
LasUniqueValueRenderer LAS dataset unique value renderer component.
TerrainPointUniqueValueRenderer Terrain point unique value renderer component.
TinBreaklineRenderer TIN breakline renderer component.
TinFaceValueRenderer TIN face value renderer component.
TinNodeValueRenderer TIN node value renderer component.