<Code Lib>
2024 Method
Changes 0
M

RebarContainer.SetUnobscuredInView

Description:
Sets this rebar container element to be shown unobscured in a view.

public void SetUnobscuredInView(
	View view,
	bool unobscured
)

  • view
    The view element
  • Boolean
    unobscured
    True if rebar is shown unobscured, false otherwise.

Loading…