Share

PanelScheduleView.IsRowInCircuitTable Method

Check if this row in the circuit table


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

Syntax

C#

public bool IsRowInCircuitTable(
	int nRow
)

Parameters

nRow  Int32
Row Number

Return Value

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

See Also

Reference

Was this information helpful?