HybridLocalSearchModel.IGoalModel.IsGoal Method (Int32)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a value that specifies whether a row index is a goal row.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Private Function IsGoal ( _
vid As Integer _
) As Boolean Implements IGoalModel.IsGoal
bool IGoalModel.IsGoal(
int vid
)
private:
virtual bool IsGoal(
int vid
) sealed = IGoalModel::IsGoal
private abstract IsGoal :
vid:int -> bool
private override IsGoal :
vid:int -> bool
JScript does not support explicit interface implementations.
Parameters
- vid
Type: System.Int32
Return Value
Type: System.Boolean
true if the row index corresponds to a goal row; otherwise, false.
Implements
.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.