Revit 2025 API
RebarGet |
Gets the presentation mode for this rebar set when displayed in the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RebarPresentationMode GetPresentationMode( View dBView )
Public Function GetPresentationMode ( dBView As View ) As RebarPresentationMode
public: RebarPresentationMode GetPresentationMode( View^ dBView )
member GetPresentationMode : dBView : View -> RebarPresentationMode
Parameters
- dBView View
- The view.
Return Value
RebarPresentationModeThe presentation mode.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also