TermModel.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
Public Function GetOperation ( _
    vid As Integer _
) As TermModelOperation
public TermModelOperation GetOperation(
    int vid
)
public:
virtual TermModelOperation GetOperation(
    int vid
) sealed
abstract GetOperation : 
        vid:int -> TermModelOperation 
override GetOperation : 
        vid:int -> TermModelOperation 
public final 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.

Implements

ITermModel.GetOperation(Int32)

.NET Framework Security

See Also

Reference

TermModel Class

Microsoft.SolverFoundation.Services Namespace