Revit 2026 API
RebarCan |
Checks if this Rebar can be matched with multiple Rebar Shapes.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanBeMatchedWithMultipleShapes()
Public Function CanBeMatchedWithMultipleShapes As Boolean
public: bool CanBeMatchedWithMultipleShapes()
member CanBeMatchedWithMultipleShapes : unit -> bool
Return Value
BooleanReturns true if this Rebar can be matched with multiple Rebar Shapes, false otherwise.

A Free Form Rebar that has Workshop Instructions set to Bent is considered that can be matched with multiple shapes.
A Free Form Rebar that has Workshop Instructions set to Straight or a Shape Driven Rebar is considered that can be matched with only one shape.
See Also