ISecondOrderConicModel.TryGetConeFromIndex Method

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

Returns a value that indicates whether a cone is retrieved by its index.

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

Syntax

'Declaration
Function TryGetConeFromIndex ( _
    vidRow As Integer, _
    <OutAttribute> ByRef cone As ISecondOrderCone _
) As Boolean
bool TryGetConeFromIndex(
    int vidRow,
    out ISecondOrderCone cone
)
bool TryGetConeFromIndex(
    int vidRow, 
    [OutAttribute] ISecondOrderCone^% cone
)
abstract TryGetConeFromIndex : 
        vidRow:int * 
        cone:ISecondOrderCone byref -> bool 
function TryGetConeFromIndex(
    vidRow : int, 
    cone : ISecondOrderCone
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the cone is retrieved by its index; otherwise, false.

.NET Framework Security

See Also

Reference

ISecondOrderConicModel Interface

Microsoft.SolverFoundation.Services Namespace