ArcObjects Library Reference (GeoDatabase)  

ITinValueFilter2 Interface

Provides access to members that control TIN value filters.

Product Availability

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

Members

Description
Read/write property ActiveBound The active boundary of the filter.
Method CanPass Indicates if the specified element meets the filter criteria.
Read/write property ClassBreakCodes The filter's numeric values used to represent each class.
Read/write property ClassBreaks The classification categories of the filter.
Read/write property DataElementsOnly Indicates whether the returned elements should be inside the data area.
Read/write property LowerBound The lower bound of the filter.
Read/write property UniqueValue The unique value of the filter.
Read/write property UpperBound The upper bound of the filter.
Read/write property ZeroTagValueExcluded Indicates if zero tag value should be excluded.

Inherited Interfaces

Interfaces Description
ITinValueFilter Provides access to members that control TIN value filters.
ITinFilter Provides access to members that control TIN filtering options.

CoClasses that implement ITinValueFilter2

CoClasses and Classes Description
TinValueFilter The Esri TinValueFilter component.