ITinDynamicFilter Interface

Provides access to members that control TIN dynamic filtering options.

Members

Name Description
Method CanPass Indicates if the specified element meets the filter criteria.
Read/write property DataElementsOnly Indicates whether the returned elements should be inside the data area.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.