This document is archived and information here might be outdated. Recommended version. |
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*