Checks if it is any sort of tap.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2016

Syntax

C#
public bool IsATap()
Visual Basic
Public Function IsATap As Boolean
Visual C++
public:
bool IsATap()

Return Value

True if it is any sort of tap.

See Also