RebarGetPresentationMode Method

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: 26.0.4.0 (26.0.4.0)
Syntax
public RebarPresentationMode GetPresentationMode(
	View dBView
)

Parameters

dBView  View
The view.

Return Value

RebarPresentationMode
The presentation mode.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also