bool IsObjectiveUnlimited | ( | int | index | ) |
Determines whether the objective with the specified index is unlimited.
index | The index of the targeted objective. |
true
if the objective is unlimited, false
otherwise.ArgumentOutOfRangeException | If there is no objective with the specified index . |