ILinearModel.RemoveGoal Method

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

Attempts to remove a goal row and returns a value that indicates whether the row is removed successfully.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the goal row is removed successfully; otherwise, false.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace