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: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsRebarInSection( View dBView )
Parameters
- dBView View
- The view.
Return Value
BooleanTrue if this rebar set is shown as a cross-section, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |