Identifies if this Rebar is cut by the view plane of the given view.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsRebarInSection(
View dBView
)
Parameters
- dBView View
-
The view.
Return Value
Boolean
True if this Rebar is cut by the view plane, false otherwise.
Exceptions
Remarks
This method applies only for elevations and sections. For any other view types will return false.
See Also
Reference