PanelScheduleViewGetCellsBySlotNumber Method


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

Parameters

nSlotNumber  Int32
 
RowArr  IListInt32
 
ColArr  IListInt32
 
See Also