ITermModel.IsOperation 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 row identifier is associated with an operation row.

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

Syntax

'Declaration
Function IsOperation ( _
    vid As Integer _
) As Boolean
bool IsOperation(
    int vid
)
bool IsOperation(
    int vid
)
abstract IsOperation : 
        vid:int -> bool 
function IsOperation(
    vid : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the row identifier is associated with an operation row; false if the row identifier is associated with a variable or a constant row.

.NET Framework Security

See Also

Reference

ITermModel Interface

Microsoft.SolverFoundation.Services Namespace