HybridLocalSearchModel.AddOperation Method (TermModelOperation, Int32%, Int32, Int32)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Adds an operation row to the model.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function AddOperation ( _
op As TermModelOperation, _
<OutAttribute> ByRef vidOp As Integer, _
vid1 As Integer, _
vid2 As Integer _
) As Boolean
public bool AddOperation(
TermModelOperation op,
out int vidOp,
int vid1,
int vid2
)
public:
virtual bool AddOperation(
TermModelOperation op,
[OutAttribute] int% vidOp,
int vid1,
int vid2
) sealed
abstract AddOperation :
op:TermModelOperation *
vidOp:int byref *
vid1:int *
vid2:int -> bool
override AddOperation :
op:TermModelOperation *
vidOp:int byref *
vid1:int *
vid2:int -> bool
public final function AddOperation(
op : TermModelOperation,
vidOp : int,
vid1 : int,
vid2 : int
) : boolean
Parameters
- vidOp
Type: System.Int32%
- vid1
Type: System.Int32
- vid2
Type: System.Int32
Return Value
Type: System.Boolean
Implements
ITermModel.AddOperation(TermModelOperation, Int32%, Int32, Int32)
.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.