ILinearModel.GetGoalFromIndex Method

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

Returns the goal entry if the row identifier is associated with a goal.

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

Syntax

'Declaration
Function GetGoalFromIndex ( _
    vid As Integer _
) As ILinearGoal
ILinearGoal GetGoalFromIndex(
    int vid
)
ILinearGoal^ GetGoalFromIndex(
    int vid
)
abstract GetGoalFromIndex : 
        vid:int -> ILinearGoal 
function GetGoalFromIndex(
    vid : int
) : ILinearGoal

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.ILinearGoal
A goal entry. Returns nulla null reference (Nothing in Visual Basic) if the row identifier is associated with a goal row.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace