"setRangeReadOnly"

Sets a scheduler time range read only.

Synopsis

shape.setRangeReadOnly(int idx, bool ro);

Parameters

Parameter Description
idx The index of the time range that is set read-only.
ro

TRUE = the range is set to read-only.

FALSE = the range is writable.

Description

Sets a scheduler time range read only.

Example

Sets the first scheduler time range to read-only.

main()
{
  Scheduler_ewo1.setRangeReadOnly(0,TRUE);
  }

Assignment

Scheduler ewo