IRowVariableModel.GetIgnoreBounds 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 bounds of a variable are ignored.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Function GetIgnoreBounds ( _
vid As Integer _
) As Boolean
bool GetIgnoreBounds(
int vid
)
bool GetIgnoreBounds(
int vid
)
abstract GetIgnoreBounds :
vid:int -> bool
function GetIgnoreBounds(
vid : int
) : boolean
Parameters
- vid
Type: System.Int32
The variable index.
Return Value
Type: System.Boolean
true if the bounds are ignored; otherwise, false.
.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.