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.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IGoalModel Interface

IsGoal Overload

Microsoft.SolverFoundation.Services Namespace