Enum MatrixEditMode
Used to determine if existing input port connections to the output port should be removed or not.
public enum MatrixEditMode
Fields
Add = 0
Existing input port connections to the output port will not be removed. This will throw an exception when maximum one input per output is supported.
Replace = 1
Existing input port connections to the output port will be removed.