RecourseDecision.SetIndexSet Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Resets the specified index set.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Sub SetIndexSet ( _
i As Integer, _
set As Set _
)
public void SetIndexSet(
int i,
Set set
)
public:
virtual void SetIndexSet(
int i,
Set^ set
) sealed
abstract SetIndexSet :
i:int *
set:Set -> unit
override SetIndexSet :
i:int *
set:Set -> unit
public final function SetIndexSet(
i : int,
set : Set
)
Parameters
- i
Type: System.Int32
The index for the set.
- set
Type: Microsoft.SolverFoundation.Services.Set
The set.
Remarks
This method refreshes the cache.
.NET Framework Security
- 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.