PluginSolutionMapping.TryGetGoal Method

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

Returns a goal.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

PluginSolutionMapping Class

Microsoft.SolverFoundation.Services Namespace