ISecondOrderConicModel.SetPrimaryConic Method

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

Specifies a primary variable for a cone.

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

Syntax

'Declaration
Function SetPrimaryConic ( _
    vidRow As Integer, _
    vid As Integer _
) As Boolean
bool SetPrimaryConic(
    int vidRow,
    int vid
)
bool SetPrimaryConic(
    int vidRow, 
    int vid
)
abstract SetPrimaryConic : 
        vidRow:int * 
        vid:int -> bool 
function SetPrimaryConic(
    vidRow : int, 
    vid : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the primary value for the cone is set successfully; otherwise, false.

.NET Framework Security

See Also

Reference

ISecondOrderConicModel Interface

Microsoft.SolverFoundation.Services Namespace