Decision.GetString Method
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Retrieves a sequence of elements for the decision.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Parameters
- indexes
- Type: System.Object[]
A set of decisions, formulas, goals, or constraints in a model.
Exception | Condition |
---|---|
KeyNotFoundException | There is no value for the given indexes. |
ArgumentOutOfRangeException | The number of indexes given does not match the number expected. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: