PanelScheduleData.GetNumberOfCircuitRows Method

PanelScheduleDataGetNumberOfCircuitRows Method

Gets the number of rows in the circuit table

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int GetNumberOfCircuitRows()
Public Function GetNumberOfCircuitRows As Integer
public:
int GetNumberOfCircuitRows()
member GetNumberOfCircuitRows : unit -> int 

Return Value

Int32
The number of rows
See Also