Class MatrixOutput
Represents a matrix output.
public class MatrixOutput : MatrixPort
- Inheritance
-
MatrixOutput
- Inherited Members
- Extension Methods
Properties
- ConnectedInputs
Gets the zero-based indexes of the inputs that are connected with this matrix output.
- IsEnabled
Gets or sets a value indicating whether this matrix output is enabled.
- IsLocked
Gets or sets a value indicating whether this matrix output is locked.
- Label
Gets or sets the label of this matrix output.
- Page
Gets or sets a page for a output.
- ToolTip
Gets or sets a tooltip value for the connected crosspoint.
Methods
- Connect(IEnumerable<int>, MatrixEditMode)
Connects this output with the specified inputs.
- Connect(int, MatrixEditMode)
Connects this output with the specified input.
- Disconnect(int)
Disconnects the specified input from this matrix output.
- DisconnectAll()
Disconnects all connected inputs from this matrix output.
- IsConnectedToInput(int)
Retrieves a value indicating whether this matrix output is connected with the specified matrix input.