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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.