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


ITinValueFilter.UniqueValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinValueFilter Interface > ITinValueFilter.UniqueValue Property
ArcGIS Developer Help

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(
  System.Int32* pValue
);
[C++]
Parameters
pValue [in]

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

Product Availability

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

See Also

ITinValueFilter Interface