ITinFilter Interface

Provides access to members that control TIN 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.

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.

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