ILinearModel.IsRow 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 a variable index is associated with a row.

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

Syntax

'Declaration
Function IsRow ( _
    vid As Integer _
) As Boolean
bool IsRow(
    int vid
)
bool IsRow(
    int vid
)
abstract IsRow : 
        vid:int -> bool 
function IsRow(
    vid : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the variable index is associated with a row; otherwise, false.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace