RebarShapeDrivenAccessor.FlipRebarSet Method

RebarShapeDrivenAccessorFlipRebarSet Method

Flips the rebar set by changing the RebarPlane with the OutOfPlaneExtent and vice versa.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void FlipRebarSet()
Public Sub FlipRebarSet
public:
void FlipRebarSet()
member FlipRebarSet : unit -> unit 
Exceptions
ExceptionCondition
InapplicableDataException This rebar element represents a single bar (the layout rule is Single).
InvalidOperationException This RebarShapeDrivenAccessor doesn't contain a valid rebar reference.
See Also