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
- vid
Type: System.Int32
The row index.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.