<Code Lib>
2020 Method
Changes 0
M

Rebar.CanSuppressFirstOrLastBar

Description:
Checks if the first or last bar in rebar set can be hidden in the given view.

public bool CanSuppressFirstOrLastBar(
	View dBView,
	int end
)

Return Value bool True the first or last bar in rebar set can be hidden for this view, false otherwise.

Loading…