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


ITinNodeCollection.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 > ITinNodeCollection Interface > ITinNodeCollection.GetNodeTagValue Method
ArcGIS Developer Help

ITinNodeCollection.GetNodeTagValue Method

Returns the tag value of the TIN node specified 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.

See Also

ITinNodeCollection Interface