Set the target index.

Declaration Syntax
void SetTargetIndex(
int TargetIndex
)
Sub SetTargetIndex ( _
TargetIndex As Integer _
)
void SetTargetIndex(
int TargetIndex
)

Parameters
- TargetIndex (Int32)
- The target index

Exceptions
Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if the
indexes are less than 0. All indexes must be at least 0.
|
DuplicateIndexesException | Thrown if the
indexes are the same. The control and target indexes must be
different.
|
Assembly:
Cove.Base (Module: Cove.Base) Version: 1.0.0.0 (1.0.0.0)