Get or set the number of the beams in a beam system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public int NumberOfLines { get; set; } |
Visual Basic |
---|
Public Property NumberOfLines As Integer Get Set |
Visual C++ |
---|
public: property int NumberOfLines { int get (); void set (int value); } |
Remarks
The number must be positive.