2027 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
)
  • Int32
    nMovingRow
    The Row Number of cell to be moved.
  • Int32
    nMovingCol
    Start Column Number of cell to be moved.
  • Int32
    nToRow
    The Row Number of cell to moved to.
  • Int32
    nToCol
    End Column Number of cell to moved to.
Return Value Boolean True if can move circuits in the source slot to the specific slot.