IsRowInCircuitTable Method


Check if this row in the circuit table

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

C#
public bool IsRowInCircuitTable(
	int nRow
)
Visual Basic
Public Function IsRowInCircuitTable ( _
	nRow As Integer _
) As Boolean
Visual C++
public:
bool IsRowInCircuitTable(
	int nRow
)

Parameters

nRow
Type: SystemInt32
Row Number

Return Value

True if this row in the circuit table, false otherwise.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →