LayoutRuleFixedNumber Constructor


Constructor of LayoutRuleFixedNumber.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public LayoutRuleFixedNumber(
	int numberOfLines
)
Visual Basic
Public Sub New ( _
	numberOfLines As Integer _
)
Visual C++
public:
LayoutRuleFixedNumber(
	int numberOfLines
)

Parameters

numberOfLines
Type: System Int32
The value of numberOfLines must be positive.

Remarks

Create a LayoutRuleFixedNumber object with the number of the beams and this number must be positive.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →