Identifies if this rebar set has overridden default presentation settings for the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool HasPresentationOverrides( View dBView )
Parameters
- dBView View
- The view.
Return Value
BooleanTrue if this rebar set has overriden default presentation settings, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |