<Code Lib>
2021 Method
Changes 0
M

RebarInSystem.IsRebarInSection

Description:
Identifies if this RebarInSystem is shown as a cross-section in the given view.
Remarks:
This method applies only for elevations and sections. For any other view types will return false.

public bool IsRebarInSection(
	View dBView
)

Return Value bool True if this RebarInSystem is shown as a cross-section, false otherwise.

Loading…