2024 Method
Changes 3
M

ViewSchedule.DeleteSegment

Description:
Deletes a schedule segment.
Remarks:
If the last segment is deleted, the previous one will be the last one and its height will be modified to unlimited. If one segment is deleted when there are only two segments, all the instances will be deleted and the schedule will become unsplit again.
public void DeleteSegment(
	int segmentIndex
)
  • Int32
    segmentIndex
    Zero-based index of the segment.