RowVariableModel.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 corresponds to a row.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Overridable Function IsRow ( _
vid As Integer _
) As Boolean
public virtual bool IsRow(
int vid
)
public:
virtual bool IsRow(
int vid
)
abstract IsRow :
vid:int -> bool
override IsRow :
vid:int -> bool
public function IsRow(
vid : int
) : boolean
Parameters
- vid
Type: System.Int32
The variable index.
Return Value
Type: System.Boolean
true if the variable index is a row; otherwise, false.
Implements
IRowVariableModel.IsRow(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.