Spacing Property
The spacing between the bars, according to the LayoutRule.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2018

Syntax

C#
public double Spacing { get; }
Visual Basic
Public ReadOnly Property Spacing As Double
	Get
Visual C++
public:
property double Spacing {
	double get ();
}

See Also