LayoutRuleMaximumSpacing.Spacing Property

LayoutRuleMaximumSpacingSpacing Property

Get or set the spacing of the beam system.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Spacing { get; set; }
Public Property Spacing As Double
	Get
	Set
public:
property double Spacing {
	double get ();
	void set (double value);
}
member Spacing : float with get, set

Property Value

Double
Remarks
The value of spacing must be in (0, 30000), but in fact the spacing should not be too small or too great.
See Also