LayoutRuleFixedNumberNumberOfLines Property |
Get or set the number of the beams in a beam system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic int NumberOfLines { get; set; }
Public Property NumberOfLines As Integer
Get
Set
public:
property int NumberOfLines {
int get ();
void set (int value);
}
member NumberOfLines : int with get, set
Property Value
Int32
RemarksThe number must be positive.
See Also