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


ITinValueFilter.UniqueValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinValueFilter.UniqueValue Property

The unique value of the filter.

[Visual Basic .NET]
Public Property UniqueValue As Integer
[C#]
public int UniqueValue {get; set;}
[C++]
HRESULT get_UniqueValue(
  long* pValue
);
[C++]
HRESULT put_UniqueValue(
  long pValue
);
[C++]

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

Product Availability

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

See Also

ITinValueFilter Interface