Set the second control index.

Declaration Syntax
public void SetSecondControlIndex(
int SecondControlIndex
)
Public Sub SetSecondControlIndex ( _
SecondControlIndex As Integer _
)
public:
virtual void SetSecondControlIndex(
int SecondControlIndex
) sealed

Parameters
- SecondControlIndex (Int32)
- The second control index.

Exceptions
Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if the
index is less than 0.
|
DuplicateIndexesException | Thrown if the index
matches one of the other targets.
|
Assembly:
Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)