Revit 2026 API
Rebar |
Identifies if this RebarInSystem is cut by the view plane of the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsRebarInSection( View dBView )
Public Function IsRebarInSection ( dBView As View ) As Boolean
public: bool IsRebarInSection( View^ dBView )
member IsRebarInSection : dBView : View -> bool
Parameters
- dBView View
- The view.
Return Value
BooleanTrue if this RebarInSystem is cut by the view plane, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |

This method applies only for elevations and sections. For any other view types will return false.
See Also