"getRangeReadOnly";
Returns either TRUE (a scheduler time range is read only) or FALSE (it is not read only).
Synopsis
shape.getRangeReadOnly(int idx);
Parameters
Parameter | Description |
---|---|
idx | The index of the time range. Starts with 0. |
Description
Returns either TRUE (a scheduler time range is read only) or FALSE (it is not read only).
Example
Returns whether the time range 1 is read only or not.
main()
{
DebugN(this.getRangeReadOnly(1));
}
Assignment
Scheduler ewo