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


ITinAdvanced.UniqueTagValueCount Property (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.UniqueTagValueCount Property
ArcGIS Developer Help

ITinAdvanced.UniqueTagValueCount Property

The number of unique tag values for the specified element type.

[Visual Basic .NET]
Public Function get_UniqueTagValueCount ( _
    ByVal Type As esriTinElementType _
) As Integer
[C#]
public int get_UniqueTagValueCount (
    esriTinElementType Type
);
[C++]
HRESULT get_UniqueTagValueCount(
  esriTinElementType Type,
  System.Int32* pCount
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriTinElementType pCount [out, retval]
pCount is a parameter of type long*

Product Availability

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

See Also

ITinAdvanced Interface