LinearModel.IsGoal Method (Int32, ILinearGoal%)

[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 identifier is a goal row.

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 ILinearGoal _
) As Boolean
public virtual bool IsGoal(
    int vid,
    out ILinearGoal goal
)
public:
virtual bool IsGoal(
    int vid, 
    [OutAttribute] ILinearGoal^% goal
)
abstract IsGoal : 
        vid:int * 
        goal:ILinearGoal byref -> bool 
override IsGoal : 
        vid:int * 
        goal:ILinearGoal byref -> bool 
public function IsGoal(
    vid : int, 
    goal : ILinearGoal
) : boolean

Parameters

Return Value

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

Implements

ILinearModel.IsGoal(Int32, ILinearGoal%)

.NET Framework Security

See Also

Reference

LinearModel Class

IsGoal Overload

Microsoft.SolverFoundation.Services Namespace