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.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsRebarInSection( View dBView )
Parameters
- dBView View
- The view.
Return Value
BooleanTrue if this RebarInSystem is cut by the view plane, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |