This document is archived and information here might be outdated. Recommended version. |
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
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.