Share

LayoutRuleFixedNumber Constructor

Constructor of LayoutRuleFixedNumber.


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

Syntax

C#

public LayoutRuleFixedNumber(
	int numberOfLines
)

Parameters

numberOfLines  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

Reference

Was this information helpful?