Provides access to members that control TIN filtering options.
Members
| Name | Description | |
|---|---|---|
![]() |
CanPass | Indicates if the specified element meets the filter criteria. |
![]() |
DataElementsOnly | Indicates whether the returned elements should be inside the data area. |
ITinFilter.CanPass Method
Indicates if the specified element meets the filter criteria.
Public Function CanPass ( _
ByVal pElement As ITinElement _
) As Boolean
public bool CanPass (
ITinElement pElement
);
ITinFilter.DataElementsOnly Property
Indicates whether the returned elements should be inside the data area.
Public Property DataElementsOnly As Boolean
public bool DataElementsOnly {get; set;}
Classes that implement ITinFilter
| Classes | Description |
|---|---|
| TinDataElementFilter | The Esri TinDataElementFilter component. |
| TinNodeSourceFilter | The Esri TinNodeSourceFilter component. |

