RebarFreeFormAccessorSetLayoutAsMinimumClearSpacing Method

Sets the Layout Rule property of rebar set to Minimum Clear Spacing.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetLayoutAsMinimumClearSpacing(
	double spacing
)

Parameters

spacing  Double
The maximum 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