Rebar.HasPresentationOverrides
Method
Description:
Identifies if this Rebar has overridden default presentation settings for the given view.
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
Default presentation settings can be overriden using SetBarHiddenStatus(View, Int32, Boolean), SetPresentationMode(View, RebarPresentationMode) methods
Parameters
Parameter | Type | Description |
---|---|---|
dBView | View | The view. |
Return Value
Type | Description |
---|---|
Boolean | True if this Rebar has overriden default presentation settings, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |