ILinearModel.GetValueState Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the value state for the variable.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Function GetValueState ( _
    vid As Integer _
) As LinearValueState
LinearValueState GetValueState(
    int vid
)
LinearValueState GetValueState(
    int vid
)
abstract GetValueState : 
        vid:int -> LinearValueState 
function GetValueState(
    vid : int
) : LinearValueState

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.LinearValueState
A variable state.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace