Provides access to members that control TIN dynamic 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. | |
Init | Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index. |
ITinDynamicFilter.Init Method
Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index.
Public Function Init ( _
ByVal pElement As ITinElement _
) As Integer
public int Init (
ITinElement pElement
);
Inherited Interfaces
Interfaces | Description |
---|---|
ITinFilter | Provides access to members that control TIN filtering options. |
Classes that implement ITinDynamicFilter
Classes | Description |
---|---|
TinEdgeTypeFilter | The Esri TinEdgeTypeFilter component. |
TinTriangleFilter | The Esri TinTriangleFilter component. |
TinValueFilter | The Esri TinValueFilter component. |