Revit 2020.1 API |
LayoutRuleFixedNumber Constructor |
LayoutRuleFixedNumber Class See Also |
Constructor of LayoutRuleFixedNumber.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
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.