RebarContainerItem.HasPresentationOverrides
Method
Description:
Identifies if this rebar set has overridden default presentation settings for the given view.
Identifies if this rebar set 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 set has overriden default presentation settings, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |