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


ITinAdvanced.GenerateUniqueTagValue 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.GenerateUniqueTagValue Method
ArcGIS Developer Help

ITinAdvanced.GenerateUniqueTagValue Method

Returns a new, previously unused tag value for the element.

[Visual Basic .NET]
Public Function GenerateUniqueTagValue ( _
    ByVal Type As esriTinElementType _
) As Integer
[C#]
public int GenerateUniqueTagValue (
    esriTinElementType Type
);
[C++]
HRESULT GenerateUniqueTagValue(
  esriTinElementType Type
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriTinElementType

Product Availability

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

Description

Returns an integer that is not already used as a tag value by the specified element type - node, triangle or edge. This can be useful in assigning unique identifiers to features that are added to the triangulation.

See Also

ITinAdvanced Interface