LinearModel.GetValueState Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the value state for a variable.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Overridable Function GetValueState ( _
vid As Integer _
) As LinearValueState
public virtual LinearValueState GetValueState(
int vid
)
public:
virtual LinearValueState GetValueState(
int vid
)
abstract GetValueState :
vid:int -> LinearValueState
override GetValueState :
vid:int -> LinearValueState
public function GetValueState(
vid : int
) : LinearValueState
Parameters
- vid
Type: System.Int32
A variable index.
Return Value
Type: Microsoft.SolverFoundation.Services.LinearValueState
A variable state.
Implements
ILinearModel.GetValueState(Int32)
.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.