RebarConstraintIsToHostEdge Method

Checks if the RebarConstraintType of the RebarConstraint is 'ToHostEdge'.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public bool IsToHostEdge()

Return Value

Boolean
Returns true if the RebarConstraintType of the RebarConstraint is 'ToHostEdge', false otherwise.
See Also