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


ITinAdvanced.GetNodeTagValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.GetNodeTagValue Method
ArcGIS Developer Help

ITinAdvanced.GetNodeTagValue Method

The tag value of the node referenced by the index.

[Visual Basic .NET]
Public Function GetNodeTagValue ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int GetNodeTagValue (
    int Index
);
[C++]
HRESULT GetNodeTagValue(
  long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

Description

Returns the tag value of the node referenced by the index. The base index for nodes is 1.

The returned value will be 0 if the TIN has never been assigned any node tag values or the node itself has not been assigned a value.

See Also

ITinAdvanced Interface