RowVariableGoalModel.IsGoal Method (Int32, IGoal%)

[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 row index corresponds to a goal row, and returns the goal entry.

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

Syntax

'Declaration
Public Overridable Function IsGoal ( _
    vid As Integer, _
    <OutAttribute> ByRef goal As IGoal _
) As Boolean
public virtual bool IsGoal(
    int vid,
    out IGoal goal
)
public:
virtual bool IsGoal(
    int vid, 
    [OutAttribute] IGoal^% goal
)
abstract IsGoal : 
        vid:int * 
        goal:IGoal byref -> bool 
override IsGoal : 
        vid:int * 
        goal:IGoal byref -> bool 
public function IsGoal(
    vid : int, 
    goal : IGoal
) : boolean

Parameters

Return Value

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

Implements

IGoalModel.IsGoal(Int32, IGoal%)

.NET Framework Security

See Also

Reference

RowVariableGoalModel Class

IsGoal Overload

Microsoft.SolverFoundation.Services Namespace