<Code Lib>
2025.3 Method
Changes 0
M

RebarContainer.CanApplyPresentationMode

Description:
Checks if a presentation mode can be applied for this RebarContainer in the given view.

public bool CanApplyPresentationMode(
	View dBView
)

  • dBView
    The view in which presentation mode will be applied.
Return Value Boolean True if presentation mode can be applied for this view, false otherwise.

Loading…