|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > SingleInputOperation Class > SingleInputOperation Methods > SingleInputOperation.SetInput Method |
Sets the input connector for the current instance.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public void SetInput(
Connector input
)
input
Type: BNCS.Logic.Connector
The input connector to be set. It must be compatible with the current input type.
Condition |
|
|---|---|
Thrown when the input connector's value type is not compatible with the current input type. |