Share

RebarContainerItem.GetPresentationMode Method

Gets the presentaion mode for this rebar set when displayed 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 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

Reference

Was this information helpful?