2024 Method
Changes 0
M

RebarInSystem.HasPresentationOverrides

Description:
Identifies if this RebarInSystem 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
)
Return Value bool True if this RebarInSystem has overriden default presentation settings, false otherwise.