Method IsConnectedToInput
IsConnectedToInput(int)
Retrieves a value indicating whether this matrix output is connected with the specified matrix input.
public bool IsConnectedToInput(int inputIndex)
Parameters
inputIndexintThe zero-based index of the matrix input.
Returns
- bool
trueif the specified input is connected with this matrix output; otherwise,false.
Exceptions
- ArgumentOutOfRangeException
The specified input index is not in the range [0, MaxInputs-1].