<Code Lib>
2027 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
)

  • dBView
    The view in which presentation mode will be applied.
  • Int32
    end
    0 for the first bar in rebar set, 1 for the last bar.
Return Value Boolean True the first or last bar in rebar set can be hidden for this view, false otherwise.

Loading…