Provides access to members that control TIN value filters.
Members
Name | Description | |
---|---|---|
ActiveBound | The active boundary of the filter. | |
CanPass | Indicates if the specified element meets the filter criteria. | |
ClassBreakCodes | The filter's numeric values used to represent each class. | |
ClassBreaks | The classification categories of the filter. | |
DataElementsOnly | Indicates whether the returned elements should be inside the data area. | |
LowerBound | The lower bound of the filter. | |
UniqueValue | The unique value of the filter. | |
UpperBound | The upper bound of the filter. |
ITinValueFilter.ActiveBound Property
The active boundary of the filter.
Public Property ActiveBound As esriTinBoundType
public esriTinBoundType ActiveBound {get; set;}
ITinValueFilter.ClassBreakCodes Property
The filter's numeric values used to represent each class.
Public Property ClassBreakCodes As ILongArray
public ILongArray ClassBreakCodes {get; set;}
ITinValueFilter.ClassBreaks Property
The classification categories of the filter.
Public Property ClassBreaks As ILongArray
public ILongArray ClassBreaks {get; set;}
ITinValueFilter.LowerBound Property
The lower bound of the filter.
Public Property LowerBound As Integer
public int LowerBound {get; set;}
ITinValueFilter.UniqueValue Property
The unique value of the filter.
Public Property UniqueValue As Integer
public int UniqueValue {get; set;}
ITinValueFilter.UpperBound Property
The upper bound of the filter.
Public Property UpperBound As Integer
public int UpperBound {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
ITinFilter | Provides access to members that control TIN filtering options. |
Classes that implement ITinValueFilter
Classes | Description |
---|---|
TinValueFilter | The Esri TinValueFilter component. |