Constructor of LayoutRuleFixedNumber.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.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.