This document is archived and information here might be outdated.  Recommended version.


ITinFilter.CanPass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFilter Interface > ITinFilter.CanPass Method
ArcGIS Developer Help

ITinFilter.CanPass Method

Indicates if the specified element meets the filter criteria.

[Visual Basic .NET]
Public Function CanPass ( _
    ByVal pElement As ITinElement _
) As Boolean
[C#]
public bool CanPass (
    ITinElement pElement
);
[C++]
HRESULT CanPass(
  ITinElement* pElement
);
[C++]
Parameters
pElement [in]

pElement is a parameter of type ITinElement*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinFilter Interface