RVTDocs.com

PanelScheduleView.IsSlotGrouped

Method
Description:
Check if the slot is in a group
Syntax
public int IsSlotGrouped(
	int nRow,
	int nCol
)
Parameters
Parameter Type Description
nRow Int32 Row Number
nCol Int32 Column Number
Return Value
Type Description
Int32 It is not in a group if the return value equals to 0. It is in a group if the return value is greater than 0 and the return value is the group number.