Revit 2025 API
Rebar |
Identifies if this rebar set is shown as a cross-section in the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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 rebar set is shown as a cross-section, false otherwise.

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