Identifies if this RebarInSystem has overridden default presentation settings for the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2015
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 this RebarInSystem has overriden default presentation settings, false otherwise.
Remarks
Exceptions
See Also