This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFilter Interface > ITinFilter.CanPass Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* pbCanPass
);
[C++]
Parameters pElement [in]
pElement is a parameter of type ITinElement pbCanPass [out, retval] pbCanPass is a parameter of type VARIANT_BOOL