RowVariableGoalModel.RemoveGoal Method

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

Removes a goal row.

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

Syntax

'Declaration
Public Overridable Function RemoveGoal ( _
    vid As Integer _
) As Boolean
public virtual bool RemoveGoal(
    int vid
)
public:
virtual bool RemoveGoal(
    int vid
)
abstract RemoveGoal : 
        vid:int -> bool 
override RemoveGoal : 
        vid:int -> bool 
public function RemoveGoal(
    vid : int
) : boolean

Parameters

Return Value

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

Implements

IGoalModel.RemoveGoal(Int32)

.NET Framework Security

See Also

Reference

RowVariableGoalModel Class

Microsoft.SolverFoundation.Services Namespace