Checks if a presentation mode can be applied for this rebar in the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanApplyPresentationMode( View dBView )
Parameters
- dBView View
- The view in which presentation mode will be applied.
Return Value
BooleanTrue if presentation mode can be applied for this view, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
