RVTDocs.com

PanelScheduleView.CanMoveSlotTo

Method
Description:
Verifies if can circuits in the source slot to the specific slot.
Syntax
public bool CanMoveSlotTo(
	int nMovingRow,
	int nMovingCol,
	int nToRow,
	int nToCol
)
Parameters
Parameter Type Description
nMovingRow Int32 The Row Number of cell to be moved.
nMovingCol Int32 Start Column Number of cell to be moved.
nToRow Int32 The Row Number of cell to moved to.
nToCol Int32 End Column Number of cell to moved to.
Return Value
Type Description
Boolean True if can move circuits in the source slot to the specific slot.