Set the target index.

C# | Visual Basic | Visual C++ |
void SetTargetlIndex( int TargetIndex )
Sub SetTargetlIndex ( _ TargetIndex As Integer _ )
void SetTargetlIndex( int TargetIndex )

- TargetIndex (Int32)
- The target index.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if the
index is less than 0. |
DuplicateIndexesException | Thrown if the index
matches one of the other targets. |