IsFixedDistanceToHostFace Method
Returns true if the RebarConstraintType of the RebarConstraint is 'FixedDistanceToHostFace.'

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

Syntax

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

See Also