PanelScheduleViewGetCellsBySlotNumber Method

Gets cells for the given slot number

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void GetCellsBySlotNumber(
	int nSlotNumber,
	out IList<int> RowArr,
	out IList<int> ColArr
)

Parameters

nSlotNumber  Int32
Slot Number
RowArr  IListInt32
The array of Row Number
ColArr  IListInt32
The array of Col Number
See Also