This function sets the value of the invoking transition distance. The arguments
from and to must be non-negative integer indices lower than the size of the invoking
transition distance. The argument val must be a non-negative integer representing the distance
between index from and index to.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
void SetValue( int fromState, int toState, int value ) |
Parameters
- fromState
- Type: System..::..Int32
- toState
- Type: System..::..Int32
- value
- Type: System..::..Int32