IsToHostFaceOrCover Method
Returns true if the RebarConstraintType of the RebarConstraint is either 'FixedDistanceToHostFace' or 'ToCover.'

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:  2014

Syntax

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

See Also