SignalCollectionItem Property |
Gets the constituent signal at the given index.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Signal this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Signal
Get
public:
property Signal^ default[int index] {
Signal^ get (int index);
}
member Item : Signal with get
Parameters
- index
- Type: SystemInt32
The index of the signal to retrieve.
Return Value
Type:
SignalThe requested signal.
Exceptions See Also