Share

RebarInSystem.CanApplyPresentationMode Method

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.1.0.0 (26.1.0.34)

Syntax

C#

public bool CanApplyPresentationMode(
	View dBView
)

Parameters

dBView  View
The view in which presentation mode will be applied.

Return Value

Boolean
True if a presentation mode can be applied for the given view, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?