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


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

ITinEdit.SetNodeTagValue Method

Sets the tag value of a TIN node referenced by the index.

[Visual Basic .NET]
Public Sub SetNodeTagValue ( _
    ByVal Index As Integer, _
    ByVal Value As Integer _
)
[C#]
public void SetNodeTagValue (
    int Index,
    int Value
);
[C++]
HRESULT SetNodeTagValue(
  long Index,
  long Value
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Value [in]
Value is a parameter of type long

Product Availability

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

See Also

ITinEdit Interface