2027 Method
Changes 0
M

RebarFreeFormAccessor.SetLayoutAsNumberWithSpacing

Description:
Sets the Layout Rule property of rebar set to Number With Spacing.
public void SetLayoutAsNumberWithSpacing(
	int numberOfBars,
	double spacing
)
  • Int32
    numberOfBars
    The number of bars in set.
  • Double
    spacing
    The spacing of bars in set.
  • The spacing isn't bigger than 0.0. -or- the number of bar positions numberOfBars is less than 1 or more than 1002.
  • This RebarFreeFormAccessor doesn't contain a valid rebar reference. -or- This RebarFreeFormAccessor Rebar doesn't contain a valid server GUID.