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


ITinEdit.SetEdgeTagValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinEdit.SetEdgeTagValue Method

Sets the tag value of the triangle edge referenced by the index.

[Visual Basic .NET]
Public Sub SetEdgeTagValue ( _
    ByVal Index As Integer, _
    ByVal Value As Integer _
)
[C#]
public void SetEdgeTagValue (
    int Index,
    int Value
);
[C++]
HRESULT SetEdgeTagValue(
  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