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


ITinFilter.CanPass Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  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.

See Also

ITinFilter Interface