Revit 2026 API
Panel |
Gets the number of rows in the circuit table
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int GetNumberOfCircuitRows()
Public Function GetNumberOfCircuitRows As Integer
public: int GetNumberOfCircuitRows()
member GetNumberOfCircuitRows : unit -> int
Return Value
Int32The number of rows
See Also