ITermModel.GetOperation Method

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

Returns the operation that is associated with a row or variable index.

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

Syntax

'Declaration
Function GetOperation ( _
    vid As Integer _
) As TermModelOperation
TermModelOperation GetOperation(
    int vid
)
TermModelOperation GetOperation(
    int vid
)
abstract GetOperation : 
        vid:int -> TermModelOperation 
function GetOperation(
    vid : int
) : TermModelOperation

Parameters

  • vid
    Type: System.Int32
    The row or variable index of an operation.

Return Value

Type: Microsoft.SolverFoundation.Services.TermModelOperation
The operation.

.NET Framework Security

See Also

Reference

ITermModel Interface

Microsoft.SolverFoundation.Services Namespace