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. | |
ZeroTagValueExcluded | Indicates if zero tag value should be excluded. |
ITinValueFilter2.ZeroTagValueExcluded Property
Indicates if zero tag value should be excluded.
Public Property ZeroTagValueExcluded As Boolean
public bool ZeroTagValueExcluded {get; set;}
Description
Determines if elements with tag values of 0 are allowed to pass thru the filter or are blocked.
In some applications it may be desirable to exclude elements that have not had their tag value set explicitly. Since the default tag value for all elements is 0 you can exclude elements that haven't been tagged by setting ZeroTagValueExcluded to TRUE. This is assuming elements that have been tagged explicitly are done so with non-zero values.
The default value is FALSE.
Inherited Interfaces
Interfaces | Description |
---|---|
ITinValueFilter | Provides access to members that control TIN value filters. |
ITinFilter | Provides access to members that control TIN filtering options. |
Classes that implement ITinValueFilter2
Classes | Description |
---|---|
TinValueFilter | The Esri TinValueFilter component. |