This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit Interface > ITinEdit.SetTriangleTagValue Method (ArcObjects .NET 10.4 SDK) |
Sets the face tag value of the triangle referenced by the index.
[Visual Basic .NET] Public Sub SetTriangleTagValue ( _ ByVal Index As Integer, _ ByVal Value As Integer _ )
[C#] public void SetTriangleTagValue ( int Index, int Value );
[C++]
HRESULT SetTriangleTagValue(
long Index,
long Value
);
[C++]
Parameters Index [in] Index is a parameter of type long Value [in] Value is a parameter of type long