Identifies if any RebarContainerItem of this RebarContainer has overridden default presentation settings for the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2016
Syntax
C# |
---|
public bool HasPresentationOverrides(
View dBView
) |
Visual Basic |
---|
Public Function HasPresentationOverrides ( _
dBView As View _
) As Boolean |
Visual C++ |
---|
public:
bool HasPresentationOverrides(
View^ dBView
) |
Return Value
True if if any RebarContainerItem of this RebarContainer has overridden default presentation settings, false otherwise.
Remarks
Exceptions
See Also