Checks if a presentation mode can be applied for this rebar in the given view.
Namespace: Autodesk.Revit.DB.StructureAssembly: 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
Boolean
True if presentation mode can be applied for this view, false otherwise.
Exceptions
See Also
Reference