Revit 2025.3 API
Panel |
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
Int32The number of rows
See Also