INonlinearModel.IsActiveVariable Method

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

Returns a value that indicates whether the specified variable is active in the specified row.

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

Syntax

'Declaration
Function IsActiveVariable ( _
    rowVid As Integer, _
    varVid As Integer _
) As Boolean
bool IsActiveVariable(
    int rowVid,
    int varVid
)
bool IsActiveVariable(
    int rowVid, 
    int varVid
)
abstract IsActiveVariable : 
        rowVid:int * 
        varVid:int -> bool 
function IsActiveVariable(
    rowVid : int, 
    varVid : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the variable is active; otherwise, false.

Exceptions

Exception Condition
ArgumentException

rowVid is not a valid row index, or varVid is not a valid variable index.

.NET Framework Security

See Also

Reference

INonlinearModel Interface

Microsoft.SolverFoundation.Services Namespace