RebarConstraintHasAnEdgeNumber Method

Checks if the getTargetRebarEdgeNumber method can be called for the RebarConstraint.

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

Return Value

Boolean
Remarks
The RebarConstraintType of the RebarConstraint must be 'ToOtherRebar,' and the RebarTargetConstraintType must be 'Edge' or 'BarBend'.
See Also