Sets the Layout Rule property of rebar set to Maximum Spacing.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetLayoutAsMaximumSpacing(
double spacing
)
Parameters
- spacing Double
-
The maximum spacing of bars in set.
Exceptions
| Exception | Condition |
|---|
| InvalidOperationException |
This RebarFreeFormAccessor doesn't contain a valid rebar reference.
-or-
This RebarFreeFormAccessor Rebar doesn't contain a valid server GUID.
|
See Also
Reference