2020 Method
Changes 0
M

PanelScheduleView.CanMoveSlotTo

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