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


IUniqueValueTextRenderer.ValueCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IUniqueValueTextRenderer.ValueCount Property

Number of unique values used to categorieze the data.

[Visual Basic .NET]
Public ReadOnly Property ValueCount As Integer
[C#]
public int ValueCount {get;}
[C++]
HRESULT get_ValueCount(
  long* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IUniqueValueTextRenderer Interface