RowVariableGoalModel.GetGoalFromIndex Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a goal entry that is associated with a row index.

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

Syntax

'Declaration
Public Overridable Function GetGoalFromIndex ( _
    vid As Integer _
) As IGoal
public virtual IGoal GetGoalFromIndex(
    int vid
)
public:
virtual IGoal^ GetGoalFromIndex(
    int vid
)
abstract GetGoalFromIndex : 
        vid:int -> IGoal 
override GetGoalFromIndex : 
        vid:int -> IGoal 
public function GetGoalFromIndex(
    vid : int
) : IGoal

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.IGoal
The goal entry, or, if vid is not a goal row, nulla null reference (Nothing in Visual Basic).

Implements

IGoalModel.GetGoalFromIndex(Int32)

.NET Framework Security

See Also

Reference

RowVariableGoalModel Class

Microsoft.SolverFoundation.Services Namespace