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


ITinElement.TagValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinElement Interface > ITinElement.TagValue Property
ArcGIS Developer Help

ITinElement.TagValue Property

The tag value of the specified element.

[Visual Basic .NET]
Public ReadOnly Property TagValue As Integer
[C#]
public int TagValue {get;}
[C++]
HRESULT get_TagValue(
  System.Int32* pValue
);
[C++]
Parameters
pValue [out, retval]

pValue is a parameter of type long*

Product Availability

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

Description

A tag value is a 32-bit long integer. Presently, only nodes and triangles support tags. Support for edge tags is anticipated in a future release. Tag values can be set to whatever the user wishes and their interpretation is left up to the user. Examples include accuracy codes on nodes or land cover codes on triangles.

A TIN layer has support to symbolize itself through the use of tag values.

The Identify tool used in ArcMap and ArcScene will report tag values.

The default tag value is 0.

See Also

ITinElement Interface