ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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