RVTDocs.com

PanelScheduleView.GetCellsBySlotNumber

Method
Description:
Gets cells for the given slot number
Syntax
public void GetCellsBySlotNumber(
	int nSlotNumber,
	out IList<int> RowArr,
	out IList<int> ColArr
)
Parameters
Parameter Type Description
nSlotNumber Int32 Slot Number
RowArr IList The array of Row Number
ColArr IList The array of Col Number
Return Value