2027 Method
Changes 0
M

Rebar.HasPresentationOverrides

Description:
Identifies if this Rebar has overridden default presentation settings for the given view.
Remarks:
Default presentation settings can be overriden using SetBarHiddenStatus(View, Int32, Boolean), SetPresentationMode(View, RebarPresentationMode) methods
public bool HasPresentationOverrides(
	View dBView
)
  • dBView
    The view.
Return Value Boolean True if this Rebar has overriden default presentation settings, false otherwise.