RVTDocs.com

RebarFreeFormAccessor.SetLayoutAsNumberWithSpacing

Method
Description:
Sets the Layout Rule property of rebar set to Number With Spacing.
Syntax
public void SetLayoutAsNumberWithSpacing(
	int numberOfBars,
	double spacing
)
Parameters
Parameter Type Description
numberOfBars Int32 The number of bars in set.
spacing Double The spacing of bars in set.
Return Value
Exceptions
Exception Condition
InvalidOperationException This RebarFreeFormAccessor doesn't contain a valid rebar reference. -or- This RebarFreeFormAccessor Rebar doesn't contain a valid server GUID.