Set the target index.

Declaration Syntax
public void SetTargetlIndex(
int TargetIndex
)
Public Sub SetTargetlIndex ( _
TargetIndex As Integer _
)
public:
virtual void SetTargetlIndex(
int TargetIndex
) sealed

Parameters
- TargetIndex (Int32)
- The target 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)