RebarShapeDrivenAccessor.SetLayoutAsSingle Method

RebarShapeDrivenAccessorSetLayoutAsSingle Method

Sets the Layout Rule property of rebar set to Single.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetLayoutAsSingle()
Public Sub SetLayoutAsSingle
public:
void SetLayoutAsSingle()
member SetLayoutAsSingle : unit -> unit 
Exceptions
ExceptionCondition
InvalidOperationException This RebarShapeDrivenAccessor doesn't contain a valid rebar reference.
Remarks
Only one bar will remain, which is at the position of rebar plane
See Also