Share

RebarFreeFormAccessor.SetLayoutAsNumberWithSpacing Method

Sets the Layout Rule property of rebar set to Number With Spacing.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void SetLayoutAsNumberWithSpacing(
	int numberOfBars,
	double spacing
)

Parameters

numberOfBars  Int32
The number of bars in set.
spacing  Double
The spacing of bars in set.

Exceptions

ExceptionCondition
InvalidOperationException This RebarFreeFormAccessor doesn't contain a valid rebar reference. -or- This RebarFreeFormAccessor Rebar doesn't contain a valid server GUID.

See Also

Reference

Was this information helpful?