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
inputIndex
intThe zero-based index of the matrix input.
Returns
- bool
true
if 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].